#85C2BD

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

Shades of Monte Carlo #85C2BD

Tints of Monte Carlo #85C2BD

Color information

#85C2BD (or 0x85C2BD) is unknown color: approx Monte Carlo. HEX triplet: 85, C2 and BD. RGB value is (133,194,189). Sum of RGB (Red+Green+Blue) = 133+194+189=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2BD is #7A3D42. Grayscale: #AFAFAF. Windows color (decimal): -8011075 or 12436101. OLE color: 12436101.

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

Color convert

RGB133194189-
CMYK0.3100.030.24
HSL175.08º33.33%64.12%-
HSV(B)175.08º31.44%76.08%-
XYZ38.1547.2455.25-
YUV175.19135.7997.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.78%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=25.78%
G=37.60%
B=36.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1331941890.3100.030.24175.0833.3364.12
Hex85C2BD1F0318af2140
Octal20530227537033025741100
Binary1000010111000010101111011111101111000101011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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