Shades of Monte Carlo #6EBFAB
Tints of Monte Carlo #6EBFAB
RGB
CMYK
RGB Variations
Color information
#6EBFAB (or 0x6EBFAB) is known color: Monte Carlo. HEX triplet: 6E, BF and AB. RGB value is (110,191,171). Sum of RGB (Red+Green+Blue) = 110+191+171=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBFAB is #914054. Grayscale: #A4A4A4. Windows color (decimal): -9519189 or 11255662. OLE color: 11255662.
HSL color Cylindrical-coordinate representation of color #6EBFAB: hue angle of 165.19º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBFAB is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 191 | 171 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.25 |
| HSL | 165.19º | 0.39% | 0.59% | - |
| HSV(B) | 165.19º | 0.42% | 0.75% | - |
| XYZ | 32.41 | 43.52 | 45.22 | - |
| YUV | 164.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 171 | 0.42 | 0 | 0.10 | 0.25 | 165.19 | 0.39 | 0.59 |
| Hex | 6E | BF | AB | 2A | 0 | A | 19 | A5 | 27 | 3B |
| Octal | 156 | 277 | 253 | 52 | 0 | 12 | 31 | 245 | 47 | 73 |
| Binary | 1101110 | 10111111 | 10101011 | 101010 | 0 | 1010 | 11001 | 10100101 | 100111 | 111011 |
Color Harmonies of #6EBFAB
Complementary color
Monochromatic Colors of #6EBFAB
Black with #6EBFAB
Text Example
Text Example
White with #6EBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBFAB; }
p { color: rgb(110,191,171); }
H1.HeaderClassName
{
color: #6EBFAB;
}
.AnyTagClassName
{
color: #6EBFAB;
}
</style>
background-color css
<style>
a { background-color: #6EBFAB; }
a { background-color: rgb(110,191,171); }
div.DivClassName
{
background-color: #6EBFAB;
}
.BgClassName
{
background-color: #6EBFAB;
}
</style>
border-color css
<style>
span { border-color: #6EBFAB; }
span { border-color: rgb(110,191,171); }
td.TdClassName
{
border-color: #6EBFAB;
}
.TagClassName
{
border-color: #6EBFAB;
}
</style>