#86BCBA

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

Shades of Monte Carlo #86BCBA

Tints of Monte Carlo #86BCBA

Color information

#86BCBA (or 0x86BCBA) is unknown color: approx Monte Carlo. HEX triplet: 86, BC and BA. RGB value is (134,188,186). Sum of RGB (Red+Green+Blue) = 134+188+186=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #86BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCBA is #794345. Grayscale: #ABABAB. Windows color (decimal): -7947078 or 12237958. OLE color: 12237958.

HSL color Cylindrical-coordinate representation of color #86BCBA: hue angle of 177.78º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BCBA is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB134188186-
CMYK0.2900.010.26
HSL177.78º28.72%63.14%-
HSV(B)177.78º28.72%73.73%-
XYZ36.6844.5853.13-
YUV171.63136.11101.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.38%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=26.38%
G=37.01%
B=36.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341881860.2900.010.26177.7828.7263.14
Hex86BCBA1D011Ab21d3f
Octal2062742723501322623577
Binary1000011010111100101110101110101110101011001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,188,186); }

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

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

 a { background-color: rgb(134,188,186); }

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

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

 span { border-color: rgb(134,188,186); }

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