#86BBAF

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

Shades of Monte Carlo #86BBAF

Tints of Monte Carlo #86BBAF

Color information

#86BBAF (or 0x86BBAF) is unknown color: approx Monte Carlo. HEX triplet: 86, BB and AF. RGB value is (134,187,175). Sum of RGB (Red+Green+Blue) = 134+187+175=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #86BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BBAF is #794450. Grayscale: #A9A9A9. Windows color (decimal): -7947345 or 11516806. OLE color: 11516806.

HSL color Cylindrical-coordinate representation of color #86BBAF: hue angle of 166.42º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BBAF is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB134187175-
CMYK0.2800.060.27
HSL166.42º28.04%62.94%-
HSV(B)166.42º28.34%73.33%-
XYZ35.3443.747.13-
YUV169.78130.94102.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=27.02%
G=37.70%
B=35.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341871750.2800.060.27166.4228.0462.94
Hex86BBAF1C061Ba61c3f
Octal2062732573406332463477
Binary100001101011101110101111111000110110111010011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BBAF; }

 p { color: rgb(134,187,175); }

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

<style>
 a { background-color: #86BBAF; }

 a { background-color: rgb(134,187,175); }

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

<style>
 span { border-color: #86BBAF; }

 span { border-color: rgb(134,187,175); }

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