#85C0AC

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

Shades of Monte Carlo #85C0AC

Tints of Monte Carlo #85C0AC

Color information

#85C0AC (or 0x85C0AC) is unknown color: approx Monte Carlo. HEX triplet: 85, C0 and AC. RGB value is (133,192,172). Sum of RGB (Red+Green+Blue) = 133+192+172=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C0AC is #7A3F53. Grayscale: #ACACAC. Windows color (decimal): -8011604 or 11321477. OLE color: 11321477.

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

Color convert

RGB133192172-
CMYK0.3100.100.25
HSL159.66º31.89%63.73%-
HSV(B)159.66º30.73%75.29%-
XYZ35.9745.6645.95-
YUV172.08127.95100.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.76%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=26.76%
G=38.63%
B=34.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331921720.3100.100.25159.6631.8963.73
Hex85C0AC1F0A19a02040
Octal205300254370123124040100
Binary100001011100000010101100111110101011001101000001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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