Shades of Monte Carlo #6EC2AC
Tints of Monte Carlo #6EC2AC
RGB
CMYK
RGB Variations
Color information
#6EC2AC (or 0x6EC2AC) is known color: Monte Carlo. HEX triplet: 6E, C2 and AC. RGB value is (110,194,172). Sum of RGB (Red+Green+Blue) = 110+194+172=476 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.11% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC2AC is #913D53. Grayscale: #A6A6A6. Windows color (decimal): -9518420 or 11321966. OLE color: 11321966.
HSL color Cylindrical-coordinate representation of color #6EC2AC: hue angle of 164.29º 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 #6EC2AC is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 194 | 172 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.24 |
| HSL | 164.29º | 0.41% | 0.6% | - |
| HSV(B) | 164.29º | 0.43% | 0.76% | - |
| XYZ | 33.17 | 44.88 | 45.94 | - |
| YUV | 166.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 194 | 172 | 0.43 | 0 | 0.11 | 0.24 | 164.29 | 0.41 | 0.6 |
| Hex | 6E | C2 | AC | 2B | 0 | B | 18 | A4 | 29 | 3C |
| Octal | 156 | 302 | 254 | 53 | 0 | 13 | 30 | 244 | 51 | 74 |
| Binary | 1101110 | 11000010 | 10101100 | 101011 | 0 | 1011 | 11000 | 10100100 | 101001 | 111100 |
Color Harmonies of #6EC2AC
Complementary color
Monochromatic Colors of #6EC2AC
Black with #6EC2AC
Text Example
Text Example
White with #6EC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC2AC; }
p { color: rgb(110,194,172); }
H1.HeaderClassName
{
color: #6EC2AC;
}
.AnyTagClassName
{
color: #6EC2AC;
}
</style>
background-color css
<style>
a { background-color: #6EC2AC; }
a { background-color: rgb(110,194,172); }
div.DivClassName
{
background-color: #6EC2AC;
}
.BgClassName
{
background-color: #6EC2AC;
}
</style>
border-color css
<style>
span { border-color: #6EC2AC; }
span { border-color: rgb(110,194,172); }
td.TdClassName
{
border-color: #6EC2AC;
}
.TagClassName
{
border-color: #6EC2AC;
}
</style>