#85AE80

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

Shades of Dark Sea Green #85AE80

Tints of Dark Sea Green #85AE80

Color information

#85AE80 (or 0x85AE80) is unknown color: approx Dark Sea Green. HEX triplet: 85, AE and 80. RGB value is (133,174,128). Sum of RGB (Red+Green+Blue) = 133+174+128=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AE80 is #7A517F. Grayscale: #9C9C9C. Windows color (decimal): -8016256 or 8433285. OLE color: 8433285.

HSL color Cylindrical-coordinate representation of color #85AE80: hue angle of 113.48º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85AE80 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB133174128-
CMYK0.2400.260.32
HSL113.48º22.12%59.22%-
HSV(B)113.48º26.44%68.24%-
XYZ28.7136.8226.02-
YUV156.5111.92111.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=30.57%
G=40%
B=29.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331741280.2400.260.32113.4822.1259.22
Hex85AE801801A2071163b
Octal20525620030032401612673
Binary10000101101011101000000011000011010100000111000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,174,128); }

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

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

 a { background-color: rgb(133,174,128); }

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

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

 span { border-color: rgb(133,174,128); }

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