Shades of Monte Carlo #6EC3BA
Tints of Monte Carlo #6EC3BA
RGB
CMYK
RGB Variations
Color information
#6EC3BA (or 0x6EC3BA) is known color: Monte Carlo. HEX triplet: 6E, C3 and BA. RGB value is (110,195,186). Sum of RGB (Red+Green+Blue) = 110+195+186=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3BA is #913C45. Grayscale: #A8A8A8. Windows color (decimal): -9518150 or 12239726. OLE color: 12239726.
HSL color Cylindrical-coordinate representation of color #6EC3BA: hue angle of 173.65º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6EC3BA is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 186 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.24 |
| HSL | 173.65º | 0.41% | 0.6% | - |
| HSV(B) | 173.65º | 0.44% | 0.76% | - |
| XYZ | 34.81 | 45.89 | 53.48 | - |
| YUV | 168.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 186 | 0.44 | 0 | 0.05 | 0.24 | 173.65 | 0.41 | 0.6 |
| Hex | 6E | C3 | BA | 2C | 0 | 5 | 18 | AE | 29 | 3C |
| Octal | 156 | 303 | 272 | 54 | 0 | 5 | 30 | 256 | 51 | 74 |
| Binary | 1101110 | 11000011 | 10111010 | 101100 | 0 | 101 | 11000 | 10101110 | 101001 | 111100 |
Color Harmonies of #6EC3BA
Complementary color
Monochromatic Colors of #6EC3BA
Black with #6EC3BA
Text Example
Text Example
White with #6EC3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC3BA; }
p { color: rgb(110,195,186); }
H1.HeaderClassName
{
color: #6EC3BA;
}
.AnyTagClassName
{
color: #6EC3BA;
}
</style>
background-color css
<style>
a { background-color: #6EC3BA; }
a { background-color: rgb(110,195,186); }
div.DivClassName
{
background-color: #6EC3BA;
}
.BgClassName
{
background-color: #6EC3BA;
}
</style>
border-color css
<style>
span { border-color: #6EC3BA; }
span { border-color: rgb(110,195,186); }
td.TdClassName
{
border-color: #6EC3BA;
}
.TagClassName
{
border-color: #6EC3BA;
}
</style>