#85C6AB

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

Shades of Monte Carlo #85C6AB

Tints of Monte Carlo #85C6AB

Color information

#85C6AB (or 0x85C6AB) is unknown color: approx Monte Carlo. HEX triplet: 85, C6 and AB. RGB value is (133,198,171). Sum of RGB (Red+Green+Blue) = 133+198+171=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #85C6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C6AB is #7A3954. Grayscale: #AFAFAF. Windows color (decimal): -8010069 or 11257477. OLE color: 11257477.

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

Color convert

RGB133198171-
CMYK0.3300.140.22
HSL155.08º36.31%64.9%-
HSV(B)155.08º32.83%77.65%-
XYZ37.2248.3145.89-
YUV175.49125.4797.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=26.49%
G=39.44%
B=34.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1331981710.3300.140.22155.0836.3164.9
Hex85C6AB210E169b2441
Octal205306253410162623344101
Binary1000010111000110101010111000010111010110100110111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,198,171); }

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

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

 a { background-color: rgb(133,198,171); }

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

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

 span { border-color: rgb(133,198,171); }

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