#88BD86

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

Shades of Dark Sea Green #88BD86

Tints of Dark Sea Green #88BD86

Color information

#88BD86 (or 0x88BD86) is unknown color: approx Dark Sea Green. HEX triplet: 88, BD and 86. RGB value is (136,189,134). Sum of RGB (Red+Green+Blue) = 136+189+134=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BD86 is #774279. Grayscale: #A7A7A7. Windows color (decimal): -7815802 or 8830344. OLE color: 8830344.

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

Color convert

RGB136189134-
CMYK0.2800.290.26
HSL117.82º29.41%63.33%-
HSV(B)117.82º29.1%74.12%-
XYZ32.6543.3529.2-
YUV166.88109.44105.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.63%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 134 (52.73% from 255) = 29.19%
R=29.63%
G=41.18%
B=29.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361891340.2800.290.26117.8229.4163.33
Hex88BD861C01D1A761d3f
Octal21027520634035321663577
Binary1000100010111101100001101110001110111010111011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,189,134); }

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

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

 a { background-color: rgb(136,189,134); }

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

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

 span { border-color: rgb(136,189,134); }

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