#86C6AD

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

Shades of Monte Carlo #86C6AD

Tints of Monte Carlo #86C6AD

Color information

#86C6AD (or 0x86C6AD) is unknown color: approx Monte Carlo. HEX triplet: 86, C6 and AD. RGB value is (134,198,173). Sum of RGB (Red+Green+Blue) = 134+198+173=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #86C6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C6AD is #793952. Grayscale: #B0B0B0. Windows color (decimal): -7944531 or 11388550. OLE color: 11388550.

HSL color Cylindrical-coordinate representation of color #86C6AD: hue angle of 156.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86C6AD is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB134198173-
CMYK0.3200.130.22
HSL156.56º35.96%65.1%-
HSV(B)156.56º32.32%77.65%-
XYZ37.5748.4746.91-
YUV176.01126.398.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.53%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=26.53%
G=39.21%
B=34.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341981730.3200.130.22156.5635.9665.1
Hex86C6AD200D169d2441
Octal206306255400152623544101
Binary1000011011000110101011011000000110110110100111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,198,173); }

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

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

 a { background-color: rgb(134,198,173); }

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

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

 span { border-color: rgb(134,198,173); }

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