#85C2AE

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

Shades of Monte Carlo #85C2AE

Tints of Monte Carlo #85C2AE

Color information

#85C2AE (or 0x85C2AE) is unknown color: approx Monte Carlo. HEX triplet: 85, C2 and AE. RGB value is (133,194,174). Sum of RGB (Red+Green+Blue) = 133+194+174=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C2AE is #7A3D51. Grayscale: #ADADAD. Windows color (decimal): -8011090 or 11453061. OLE color: 11453061.

HSL color Cylindrical-coordinate representation of color #85C2AE: hue angle of 160.33º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C2AE is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB133194174-
CMYK0.3100.100.24
HSL160.33º33.33%64.12%-
HSV(B)160.33º31.44%76.08%-
XYZ36.646.6347.11-
YUV173.48128.2999.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=26.55%
G=38.72%
B=34.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331941740.3100.100.24160.3333.3364.12
Hex85C2AE1F0A18a02140
Octal205302256370123024041100
Binary100001011100001010101110111110101011000101000001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,194,174); }

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

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

 a { background-color: rgb(133,194,174); }

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

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

 span { border-color: rgb(133,194,174); }

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