#85CEB0

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

Shades of Monte Carlo #85CEB0

Tints of Monte Carlo #85CEB0

Color information

#85CEB0 (or 0x85CEB0) is unknown color: approx Monte Carlo. HEX triplet: 85, CE and B0. RGB value is (133,206,176). Sum of RGB (Red+Green+Blue) = 133+206+176=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CEB0 is #7A314F. Grayscale: #B4B4B4. Windows color (decimal): -8008016 or 11587205. OLE color: 11587205.

HSL color Cylindrical-coordinate representation of color #85CEB0: hue angle of 155.34º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEB0 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB133206176-
CMYK0.3500.150.19
HSL155.34º42.69%66.47%-
HSV(B)155.34º35.44%80.78%-
XYZ39.5852.2649.08-
YUV180.75125.3293.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.83%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=25.83%
G=40%
B=34.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332061760.3500.150.19155.3442.6966.47
Hex85CEB0230F139b2b42
Octal205316260430172323353102
Binary1000010111001110101100001000110111110011100110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,176); }

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

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

 a { background-color: rgb(133,206,176); }

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

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

 span { border-color: rgb(133,206,176); }

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