COLOR #88F0A8

HEX: #88F0A8 RGB: (136,240,168)

Color info

#88F0A8 contains mainly green color. Web safe color of #88F0A8 is #99FF99 (or #9F9).

RGB color model

#88F0A8 color RGB value is (136,240,168).

RGB: (136,240,168) (53%, 94%, 66%)

RGB channels and saturation

R 136 of 255 = 53%
G 240 of 255 = 94%
B 168 of 255 = 66%

136
240
168

R + G + B ~ 71%. #88F0A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 240 + 168 = 544 (100%)
R 136 of 544 ~ 25%
G 240 of 544 ~ 44.12%
B 168 of 544 ~ 30.88'%

%25
%44.12
%30.88

CMYK color model

#88F0A8 color CMYK value is (43,0,30,6).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 5.88%

CMYK: (43,0,30,6)
C43M0Y30K6 (43%, 0%, 30%, 6%)
(0.43 / 0.00 / 0.30 / 0.06)

CMYK percentages

%43.33
%0
%30
%5.88

Codes

Color #88F0A8 in popluar color models

88 F0 A8
RGB 136 240 168
HSL 138° 77.61% 73.73%
HSB/HSV 138° 43.33% 94.12%
CMYK 43.33% 0.00% 30.00%
5.88%

Color #88F0A8 in popluar number systems.

HEX 88 F0 A8
Decimal 136 240 168
Binary 10001000 11110000 10101000
Octal 210 360 250

Shades and tints

Shades of #88F0A8

#88F0A8
(136,240,168)
#7CDB99
(124,219,153)
#70C68A
(112,198,138)
#64B17B
(100,177,123)
#589C6C
(88,156,108)
#4C875D
(76,135,93)
#40724E
(64,114,78)
#345D3F
(52,93,63)
#284830
(40,72,48)
#1C3321
(28,51,33)
#101E12
(16,30,18)
#000000
(0,0,0)

Tints of #88F0A8

#88F0A8
(136,240,168)
#92F1AF
(146,241,175)
#9CF2B6
(156,242,182)
#A6F3BD
(166,243,189)
#B0F4C4
(176,244,196)
#BAF5CB
(186,245,203)
#C4F6D2
(196,246,210)
#CEF7D9
(206,247,217)
#D8F8E0
(216,248,224)
#E2F9E7
(226,249,231)
#ECFAEE
(236,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F0A8 color. Also use rgb(136,240,168) instead hex code.

Text Font Color

.myTextColor { color: #88F0A8; }

<p style="color:#88F0A8">This sample text font color is #88F0A8.</p>

This text font color is #88F0A8.

Background Color

.myBgColor { background-color: #88F0A8; }

<div style="background-color:#88F0A8">Inner text</div>

This div background color is #88F0A8.

Border color

.myBorderColor { border: 1px solid #88F0A8; }

<div style="border:3px solid #88F0A8">Div</div>

This div border color is #88F0A8.

Opacity

.myOpacity80 { color: #88F0A8; opacity: 0.8; }

<p style="color:#88F0A8;opacity:0.8;">80%</p>

Text with #88F0A8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #88F0A8;}

<p style="text-shadow: 3px 3px 1px #88F0A8">Text here.</p>

This text has shadow with #88F0A8 color.


.textShadow {text-shadow: 3px 3px 1px #88F0A8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #88F0A8, 5px 5px 20px red">Text here.</p>

This text has shadow with #88F0A8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88F0A8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#88F0A8, Direction=45, Strength=4)">Text</p>

This text has shadow with #88F0A8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88F0A8;
-webkit-box-shadow: 1px 1px 3px 2px #88F0A8;
box-shadow: 1px 1px 3px 2px #88F0A8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88F0A8; -webkit-box-shadow: 1px 1px 3px 2px #88F0A8; box-shadow:1px 1px 3px 2px #88F0A8;">
Div content here
</div>

This div box has shadow with color #88F0A8.

Preview

Color preview on black background

This text has color #88F0A8 on black background.


Color preview on white background

This text has color #88F0A8 on white background.


Black color preview on #88F0A8 background

This text has black color on #88F0A8 background.


White color preview on #88F0A8 background

This text has white color on #88F0A8 background.


Related colors

Complementary color

Complementary color for #hex is #770F57.


I love getcolorcode.com

Triadic colors

1 #A888F0 and #F0A888 with #88F0A8 are triadic colors.

2 #A8F088 and #F088A8 with #88F0A8 are triadic colors.