#85C1BC

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

Shades of Monte Carlo #85C1BC

Tints of Monte Carlo #85C1BC

Color information

#85C1BC (or 0x85C1BC) is unknown color: approx Monte Carlo. HEX triplet: 85, C1 and BC. RGB value is (133,193,188). Sum of RGB (Red+Green+Blue) = 133+193+188=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #85C1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C1BC is #7A3E43. Grayscale: #AEAEAE. Windows color (decimal): -8011332 or 12370309. OLE color: 12370309.

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

Color convert

RGB133193188-
CMYK0.3100.030.24
HSL175º32.61%63.92%-
HSV(B)175º31.09%75.69%-
XYZ37.8246.7654.61-
YUV174.49135.6298.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.88%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=25.88%
G=37.55%
B=36.58%

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
Decimal1331931880.3100.030.2417532.6163.92
Hex85C1BC1F0318af2140
Octal20530127437033025741100
Binary1000010111000001101111001111101111000101011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,193,188); }

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

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

 a { background-color: rgb(133,193,188); }

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

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

 span { border-color: rgb(133,193,188); }

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