#86C5BB

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

Shades of Monte Carlo #86C5BB

Tints of Monte Carlo #86C5BB

Color information

#86C5BB (or 0x86C5BB) is unknown color: approx Monte Carlo. HEX triplet: 86, C5 and BB. RGB value is (134,197,187). Sum of RGB (Red+Green+Blue) = 134+197+187=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #86C5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C5BB is #793A44. Grayscale: #B0B0B0. Windows color (decimal): -7944773 or 12305798. OLE color: 12305798.

HSL color Cylindrical-coordinate representation of color #86C5BB: hue angle of 170.48º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86C5BB is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB134197187-
CMYK0.3200.050.23
HSL170.48º35.2%64.9%-
HSV(B)170.48º31.98%77.25%-
XYZ38.7748.5954.35-
YUV177.02133.6397.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.87%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=25.87%
G=38.03%
B=36.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1341971870.3200.050.23170.4835.264.9
Hex86C5BB200517aa2341
Octal20630527340052725243101
Binary100001101100010110111011100000010110111101010101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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