Shades of Monte Carlo #6EC2B9
Tints of Monte Carlo #6EC2B9
RGB
CMYK
RGB Variations
Color information
#6EC2B9 (or 0x6EC2B9) is known color: Monte Carlo. HEX triplet: 6E, C2 and B9. RGB value is (110,194,185). Sum of RGB (Red+Green+Blue) = 110+194+185=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC2B9 is #913D46. Grayscale: #A7A7A7. Windows color (decimal): -9518407 or 12173934. OLE color: 12173934.
HSL color Cylindrical-coordinate representation of color #6EC2B9: hue angle of 173.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC2B9 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 194 | 185 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.24 |
| HSL | 173.57º | 0.41% | 0.6% | - |
| HSV(B) | 173.57º | 0.43% | 0.76% | - |
| XYZ | 34.48 | 45.4 | 52.85 | - |
| YUV | 167.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 194 | 185 | 0.43 | 0 | 0.05 | 0.24 | 173.57 | 0.41 | 0.6 |
| Hex | 6E | C2 | B9 | 2B | 0 | 5 | 18 | AE | 29 | 3C |
| Octal | 156 | 302 | 271 | 53 | 0 | 5 | 30 | 256 | 51 | 74 |
| Binary | 1101110 | 11000010 | 10111001 | 101011 | 0 | 101 | 11000 | 10101110 | 101001 | 111100 |
Color Harmonies of #6EC2B9
Complementary color
Monochromatic Colors of #6EC2B9
Black with #6EC2B9
Text Example
Text Example
White with #6EC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC2B9; }
p { color: rgb(110,194,185); }
H1.HeaderClassName
{
color: #6EC2B9;
}
.AnyTagClassName
{
color: #6EC2B9;
}
</style>
background-color css
<style>
a { background-color: #6EC2B9; }
a { background-color: rgb(110,194,185); }
div.DivClassName
{
background-color: #6EC2B9;
}
.BgClassName
{
background-color: #6EC2B9;
}
</style>
border-color css
<style>
span { border-color: #6EC2B9; }
span { border-color: rgb(110,194,185); }
td.TdClassName
{
border-color: #6EC2B9;
}
.TagClassName
{
border-color: #6EC2B9;
}
</style>