#85CCB1

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

Shades of Monte Carlo #85CCB1

Tints of Monte Carlo #85CCB1

Color information

#85CCB1 (or 0x85CCB1) is unknown color: approx Monte Carlo. HEX triplet: 85, CC and B1. RGB value is (133,204,177). Sum of RGB (Red+Green+Blue) = 133+204+177=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CCB1 is #7A334E. Grayscale: #B3B3B3. Windows color (decimal): -8008527 or 11652229. OLE color: 11652229.

HSL color Cylindrical-coordinate representation of color #85CCB1: hue angle of 157.18º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CCB1 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB133204177-
CMYK0.3500.130.2
HSL157.18º41.04%66.08%-
HSV(B)157.18º34.8%80%-
XYZ39.251.3549.44-
YUV179.69126.4894.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.88%
GREEN value IS 204 (80.08% from 255) = 39.69%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=25.88%
G=39.69%
B=34.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041770.3500.130.2157.1841.0466.08
Hex85CCB1230D149d2942
Octal205314261430152423551102
Binary1000010111001100101100011000110110110100100111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,204,177); }

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

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

 a { background-color: rgb(133,204,177); }

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

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

 span { border-color: rgb(133,204,177); }

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