#85C2BF

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

Shades of Monte Carlo #85C2BF

Tints of Monte Carlo #85C2BF

Color information

#85C2BF (or 0x85C2BF) is unknown color: approx Monte Carlo. HEX triplet: 85, C2 and BF. RGB value is (133,194,191). Sum of RGB (Red+Green+Blue) = 133+194+191=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2BF is #7A3D40. Grayscale: #AFAFAF. Windows color (decimal): -8011073 or 12567173. OLE color: 12567173.

HSL color Cylindrical-coordinate representation of color #85C2BF: hue angle of 177.05º 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 #85C2BF is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB133194191-
CMYK0.3100.020.24
HSL177.05º33.33%64.12%-
HSV(B)177.05º31.44%76.08%-
XYZ38.3747.3356.4-
YUV175.42136.7997.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.68%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 191 (75% from 255) = 36.87%
R=25.68%
G=37.45%
B=36.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331941910.3100.020.24177.0533.3364.12
Hex85C2BF1F0218b12140
Octal20530227737023026141100
Binary1000010111000010101111111111101011000101100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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