Shades of Monte Carlo #6ECAB2
Tints of Monte Carlo #6ECAB2
RGB
CMYK
RGB Variations
Color information
#6ECAB2 (or 0x6ECAB2) is known color: Monte Carlo. HEX triplet: 6E, CA and B2. RGB value is (110,202,178). Sum of RGB (Red+Green+Blue) = 110+202+178=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECAB2 is #91354D. Grayscale: #ABABAB. Windows color (decimal): -9516366 or 11717230. OLE color: 11717230.
HSL color Cylindrical-coordinate representation of color #6ECAB2: hue angle of 164.35º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECAB2 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 178 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.21 |
| HSL | 164.35º | 0.46% | 0.61% | - |
| HSV(B) | 164.35º | 0.46% | 0.79% | - |
| XYZ | 35.59 | 48.77 | 49.66 | - |
| YUV | 171.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 178 | 0.46 | 0 | 0.12 | 0.21 | 164.35 | 0.46 | 0.61 |
| Hex | 6E | CA | B2 | 2E | 0 | C | 15 | A4 | 2E | 3D |
| Octal | 156 | 312 | 262 | 56 | 0 | 14 | 25 | 244 | 56 | 75 |
| Binary | 1101110 | 11001010 | 10110010 | 101110 | 0 | 1100 | 10101 | 10100100 | 101110 | 111101 |
Color Harmonies of #6ECAB2
Complementary color
Monochromatic Colors of #6ECAB2
Black with #6ECAB2
Text Example
Text Example
White with #6ECAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECAB2; }
p { color: rgb(110,202,178); }
H1.HeaderClassName
{
color: #6ECAB2;
}
.AnyTagClassName
{
color: #6ECAB2;
}
</style>
background-color css
<style>
a { background-color: #6ECAB2; }
a { background-color: rgb(110,202,178); }
div.DivClassName
{
background-color: #6ECAB2;
}
.BgClassName
{
background-color: #6ECAB2;
}
</style>
border-color css
<style>
span { border-color: #6ECAB2; }
span { border-color: rgb(110,202,178); }
td.TdClassName
{
border-color: #6ECAB2;
}
.TagClassName
{
border-color: #6ECAB2;
}
</style>