#88BC80

Color #88BC80 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #88BC80

Tints of Dark Sea Green #88BC80

Color information

#88BC80 (or 0x88BC80) is unknown color: approx Dark Sea Green. HEX triplet: 88, BC and 80. RGB value is (136,188,128). Sum of RGB (Red+Green+Blue) = 136+188+128=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BC80 is #77437F. Grayscale: #A5A5A5. Windows color (decimal): -7816064 or 8436872. OLE color: 8436872.

HSL color Cylindrical-coordinate representation of color #88BC80: hue angle of 112º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88BC80 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB136188128-
CMYK0.2800.320.26
HSL112º30.93%61.96%-
HSV(B)112º31.91%73.73%-
XYZ32.0342.7626.99-
YUV165.61106.77106.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 128 (50.39% from 255) = 28.32%
R=30.09%
G=41.59%
B=28.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361881280.2800.320.2611230.9361.96
Hex88BC801C0201A701f3e
Octal21027420034040321603776
Binary10001000101111001000000011100010000011010111000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88BC80; }

 p { color: rgb(136,188,128); }

 H1.HeaderClassName
 {
   color: #88BC80;
 }
 .AnyTagClassName
 {
   color: #88BC80;
 }
</style>
background-color css

<style>
 a { background-color: #88BC80; }

 a { background-color: rgb(136,188,128); }

 div.DivClassName
 {
   background-color: #88BC80;
 }
 .BgClassName
 {
   background-color: #88BC80;
 }
</style>
border-color css

<style>
 span { border-color: #88BC80; }

 span { border-color: rgb(136,188,128); }

 td.TdClassName
 {
   border-color: #88BC80;
 }
 .TagClassName
 {
   border-color: #88BC80;
 }
</style>