Shades of Monte Carlo #6EBDB6
Tints of Monte Carlo #6EBDB6
RGB
CMYK
RGB Variations
Color information
#6EBDB6 (or 0x6EBDB6) is known color: Monte Carlo. HEX triplet: 6E, BD and B6. RGB value is (110,189,182). Sum of RGB (Red+Green+Blue) = 110+189+182=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDB6 is #914249. Grayscale: #A4A4A4. Windows color (decimal): -9519690 or 11976046. OLE color: 11976046.
HSL color Cylindrical-coordinate representation of color #6EBDB6: hue angle of 174.68º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBDB6 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 182 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.26 |
| HSL | 174.68º | 0.37% | 0.59% | - |
| HSV(B) | 174.68º | 0.42% | 0.74% | - |
| XYZ | 33.07 | 43.09 | 50.83 | - |
| YUV | 164.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 182 | 0.42 | 0 | 0.04 | 0.26 | 174.68 | 0.37 | 0.59 |
| Hex | 6E | BD | B6 | 2A | 0 | 4 | 1A | AF | 25 | 3B |
| Octal | 156 | 275 | 266 | 52 | 0 | 4 | 32 | 257 | 45 | 73 |
| Binary | 1101110 | 10111101 | 10110110 | 101010 | 0 | 100 | 11010 | 10101111 | 100101 | 111011 |
Color Harmonies of #6EBDB6
Complementary color
Monochromatic Colors of #6EBDB6
Black with #6EBDB6
Text Example
Text Example
White with #6EBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDB6; }
p { color: rgb(110,189,182); }
H1.HeaderClassName
{
color: #6EBDB6;
}
.AnyTagClassName
{
color: #6EBDB6;
}
</style>
background-color css
<style>
a { background-color: #6EBDB6; }
a { background-color: rgb(110,189,182); }
div.DivClassName
{
background-color: #6EBDB6;
}
.BgClassName
{
background-color: #6EBDB6;
}
</style>
border-color css
<style>
span { border-color: #6EBDB6; }
span { border-color: rgb(110,189,182); }
td.TdClassName
{
border-color: #6EBDB6;
}
.TagClassName
{
border-color: #6EBDB6;
}
</style>