#86BEB9

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

Shades of Monte Carlo #86BEB9

Tints of Monte Carlo #86BEB9

Color information

#86BEB9 (or 0x86BEB9) is unknown color: approx Monte Carlo. HEX triplet: 86, BE and B9. RGB value is (134,190,185). Sum of RGB (Red+Green+Blue) = 134+190+185=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #86BEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BEB9 is #794146. Grayscale: #ACACAC. Windows color (decimal): -7946567 or 12172934. OLE color: 12172934.

HSL color Cylindrical-coordinate representation of color #86BEB9: hue angle of 174.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BEB9 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB134190185-
CMYK0.2900.030.25
HSL174.64º30.11%63.53%-
HSV(B)174.64º29.47%74.51%-
XYZ3745.452.71-
YUV172.69134.95100.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.33%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=26.33%
G=37.33%
B=36.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341901850.2900.030.25174.6430.1163.53
Hex86BEB91D0319af1e40
Octal20627627135033125736100
Binary100001101011111010111001111010111100110101111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,190,185); }

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

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

 a { background-color: rgb(134,190,185); }

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

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

 span { border-color: rgb(134,190,185); }

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