#85C8A0

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

Shades of Summer Green #85C8A0

Tints of Summer Green #85C8A0

Color information

#85C8A0 (or 0x85C8A0) is unknown color: approx Summer Green. HEX triplet: 85, C8 and A0. RGB value is (133,200,160). Sum of RGB (Red+Green+Blue) = 133+200+160=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #85C8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C8A0 is #7A375F. Grayscale: #AFAFAF. Windows color (decimal): -8009568 or 10537093. OLE color: 10537093.

HSL color Cylindrical-coordinate representation of color #85C8A0: hue angle of 144.18º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C8A0 is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB133200160-
CMYK0.3400.20.22
HSL144.18º37.85%65.29%-
HSV(B)144.18º33.5%78.43%-
XYZ36.6748.8340.75-
YUV175.41119.397.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=26.98%
G=40.57%
B=32.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1332001600.3400.20.22144.1837.8565.29
Hex85C8A02201416902641
Octal205310240420242622046101
Binary10000101110010001010000010001001010010110100100001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,200,160); }

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

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

 a { background-color: rgb(133,200,160); }

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

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

 span { border-color: rgb(133,200,160); }

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