#86B588

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

Shades of Dark Sea Green #86B588

Tints of Dark Sea Green #86B588

Color information

#86B588 (or 0x86B588) is unknown color: approx Dark Sea Green. HEX triplet: 86, B5 and 88. RGB value is (134,181,136). Sum of RGB (Red+Green+Blue) = 134+181+136=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #86B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B588 is #794A77. Grayscale: #A1A1A1. Windows color (decimal): -7948920 or 8959366. OLE color: 8959366.

HSL color Cylindrical-coordinate representation of color #86B588: hue angle of 122.55º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B588 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB134181136-
CMYK0.2600.250.29
HSL122.55º24.1%61.76%-
HSV(B)122.55º25.97%70.98%-
XYZ30.839.8929.37-
YUV161.82113.43108.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=29.71%
G=40.13%
B=30.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341811360.2600.250.29122.5524.161.76
Hex86B5881A0191D7b183e
Octal20626521032031351733076
Binary1000011010110101100010001101001100111101111101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B588; }

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

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

<style>
 a { background-color: #86B588; }

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

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

<style>
 span { border-color: #86B588; }

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

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