#85C5A9

Color #85C5A9 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #85C5A9

Tints of Monte Carlo #85C5A9

Color information

#85C5A9 (or 0x85C5A9) is unknown color: approx Monte Carlo. HEX triplet: 85, C5 and A9. RGB value is (133,197,169). Sum of RGB (Red+Green+Blue) = 133+197+169=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 169 (66.41% from 255 or 33.87% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #85C5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C5A9 is #7A3A56. Grayscale: #AEAEAE. Windows color (decimal): -8010327 or 11126149. OLE color: 11126149.

HSL color Cylindrical-coordinate representation of color #85C5A9: hue angle of 153.75º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C5A9 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB133197169-
CMYK0.3200.140.23
HSL153.75º35.56%64.71%-
HSV(B)153.75º32.49%77.25%-
XYZ36.847.7844.82-
YUV174.67124.898.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.65%
GREEN value IS 197 (77.34% from 255) = 39.48%
BLUE value IS 169 (66.41% from 255) = 33.87%
R=26.65%
G=39.48%
B=33.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1331971690.3200.140.23153.7535.5664.71
Hex85C5A9200E179a2441
Octal205305251400162723244101
Binary1000010111000101101010011000000111010111100110101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,197,169); }

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

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

 a { background-color: rgb(133,197,169); }

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

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

 span { border-color: rgb(133,197,169); }

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