#85caac

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

Shades of Monte Carlo #85CAAC

Tints of Monte Carlo #85CAAC

Color information

#85CAAC (or 0x85CAAC) is unknown color: approx Monte Carlo. HEX triplet: 85, CA and AC. RGB value is (133,202,172). Sum of RGB (Red+Green+Blue) = 133+202+172=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #85CAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CAAC is #7A3553. Grayscale: #B2B2B2. Windows color (decimal): -8009044 or 11324037. OLE color: 11324037.

HSL color Cylindrical-coordinate representation of color #85CAAC: hue angle of 153.91º 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 #85CAAC is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB133202172-
CMYK0.3400.150.21
HSL153.91º39.43%65.69%-
HSV(B)153.91º34.16%79.22%-
XYZ38.2450.2146.71-
YUV177.95124.6495.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=26.23%
G=39.84%
B=33.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332021720.3400.150.21153.9139.4365.69
Hex85CAAC220F159a2742
Octal205312254420172523247102
Binary1000010111001010101011001000100111110101100110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85caac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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