#85CBA2

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

Shades of Summer Green #85CBA2

Tints of Summer Green #85CBA2

Color information

#85CBA2 (or 0x85CBA2) is unknown color: approx Summer Green. HEX triplet: 85, CB and A2. RGB value is (133,203,162). Sum of RGB (Red+Green+Blue) = 133+203+162=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CBA2 is #7A345D. Grayscale: #B1B1B1. Windows color (decimal): -8008798 or 10668933. OLE color: 10668933.

HSL color Cylindrical-coordinate representation of color #85CBA2: hue angle of 144.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBA2 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB133203162-
CMYK0.3400.200.20
HSL144.86º40.23%65.88%-
HSV(B)144.86º34.48%79.61%-
XYZ37.5550.3141.91-
YUV177.4119.3196.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.71%
GREEN value IS 203 (79.69% from 255) = 40.76%
BLUE value IS 162 (63.67% from 255) = 32.53%
R=26.71%
G=40.76%
B=32.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332031620.3400.200.20144.8640.2365.88
Hex85CBA22201414912842
Octal205313242420242422150102
Binary10000101110010111010001010001001010010100100100011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,203,162); }

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

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

 a { background-color: rgb(133,203,162); }

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

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

 span { border-color: rgb(133,203,162); }

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