#85BEAF

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

Shades of Monte Carlo #85BEAF

Tints of Monte Carlo #85BEAF

Color information

#85BEAF (or 0x85BEAF) is unknown color: approx Monte Carlo. HEX triplet: 85, BE and AF. RGB value is (133,190,175). Sum of RGB (Red+Green+Blue) = 133+190+175=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BEAF is #7A4150. Grayscale: #ABABAB. Windows color (decimal): -8012113 or 11517573. OLE color: 11517573.

HSL color Cylindrical-coordinate representation of color #85BEAF: hue angle of 164.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BEAF is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB133190175-
CMYK0.300.080.25
HSL164.21º30.48%63.33%-
HSV(B)164.21º30%74.51%-
XYZ35.8244.9147.34-
YUV171.25130.12100.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.71%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=26.71%
G=38.15%
B=35.14%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331901750.300.080.25164.2130.4863.33
Hex85BEAF1E0819a41e3f
Octal20527625736010312443677
Binary1000010110111110101011111111001000110011010010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,190,175); }

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

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

 a { background-color: rgb(133,190,175); }

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

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

 span { border-color: rgb(133,190,175); }

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