#85CA9A

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

Shades of Summer Green #85CA9A

Tints of Summer Green #85CA9A

Color information

#85CA9A (or 0x85CA9A) is unknown color: approx Summer Green. HEX triplet: 85, CA and 9A. RGB value is (133,202,154). Sum of RGB (Red+Green+Blue) = 133+202+154=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA9A is #7A3565. Grayscale: #B0B0B0. Windows color (decimal): -8009062 or 10144389. OLE color: 10144389.

HSL color Cylindrical-coordinate representation of color #85CA9A: hue angle of 138.26º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CA9A is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB133202154-
CMYK0.3400.240.21
HSL138.26º39.43%65.69%-
HSV(B)138.26º34.16%79.22%-
XYZ36.6349.5638.21-
YUV175.9115.6497.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.20%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=27.20%
G=41.31%
B=31.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332021540.3400.240.21138.2639.4365.69
Hex85CA9A22018158a2742
Octal205312232420302521247102
Binary10000101110010101001101010001001100010101100010101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,202,154); }

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

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

 a { background-color: rgb(133,202,154); }

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

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

 span { border-color: rgb(133,202,154); }

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