Shades of Monte Carlo #6EC2B6
Tints of Monte Carlo #6EC2B6
RGB
CMYK
RGB Variations
Color information
#6EC2B6 (or 0x6EC2B6) is known color: Monte Carlo. HEX triplet: 6E, C2 and B6. RGB value is (110,194,182). Sum of RGB (Red+Green+Blue) = 110+194+182=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC2B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC2B6 is #913D49. Grayscale: #A7A7A7. Windows color (decimal): -9518410 or 11977326. OLE color: 11977326.
HSL color Cylindrical-coordinate representation of color #6EC2B6: hue angle of 171.43º 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 #6EC2B6 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 194 | 182 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.24 |
| HSL | 171.43º | 0.41% | 0.6% | - |
| HSV(B) | 171.43º | 0.43% | 0.76% | - |
| XYZ | 34.17 | 45.28 | 51.19 | - |
| YUV | 167.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 194 | 182 | 0.43 | 0 | 0.06 | 0.24 | 171.43 | 0.41 | 0.6 |
| Hex | 6E | C2 | B6 | 2B | 0 | 6 | 18 | AB | 29 | 3C |
| Octal | 156 | 302 | 266 | 53 | 0 | 6 | 30 | 253 | 51 | 74 |
| Binary | 1101110 | 11000010 | 10110110 | 101011 | 0 | 110 | 11000 | 10101011 | 101001 | 111100 |
Color Harmonies of #6EC2B6
Complementary color
Monochromatic Colors of #6EC2B6
Black with #6EC2B6
Text Example
Text Example
White with #6EC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC2B6; }
p { color: rgb(110,194,182); }
H1.HeaderClassName
{
color: #6EC2B6;
}
.AnyTagClassName
{
color: #6EC2B6;
}
</style>
background-color css
<style>
a { background-color: #6EC2B6; }
a { background-color: rgb(110,194,182); }
div.DivClassName
{
background-color: #6EC2B6;
}
.BgClassName
{
background-color: #6EC2B6;
}
</style>
border-color css
<style>
span { border-color: #6EC2B6; }
span { border-color: rgb(110,194,182); }
td.TdClassName
{
border-color: #6EC2B6;
}
.TagClassName
{
border-color: #6EC2B6;
}
</style>