#85B588

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

Shades of Dark Sea Green #85B588

Tints of Dark Sea Green #85B588

Color information

#85B588 (or 0x85B588) is unknown color: approx Dark Sea Green. HEX triplet: 85, B5 and 88. RGB value is (133,181,136). Sum of RGB (Red+Green+Blue) = 133+181+136=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #85B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B588 is #7A4A77. Grayscale: #A1A1A1. Windows color (decimal): -8014456 or 8959365. OLE color: 8959365.

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

Color convert

RGB133181136-
CMYK0.2700.250.29
HSL123.75º24.49%61.57%-
HSV(B)123.75º26.52%70.98%-
XYZ30.6439.8129.36-
YUV161.52113.6107.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.56%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 136 (53.52% from 255) = 30.22%
R=29.56%
G=40.22%
B=30.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331811360.2700.250.29123.7524.4961.57
Hex85B5881B0191D7c183e
Octal20526521033031351743076
Binary1000010110110101100010001101101100111101111110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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