Shades of Acapulco #6EA696
Tints of Acapulco #6EA696
RGB
CMYK
RGB Variations
Color information
#6EA696 (or 0x6EA696) is known color: Acapulco. HEX triplet: 6E, A6 and 96. RGB value is (110,166,150). Sum of RGB (Red+Green+Blue) = 110+166+150=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #6EA696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA696 is #915969. Grayscale: #939393. Windows color (decimal): -9525610 or 9873006. OLE color: 9873006.
HSL color Cylindrical-coordinate representation of color #6EA696: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6EA696 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 166 | 150 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.35 |
| HSL | 162.86º | 0.24% | 0.54% | - |
| HSV(B) | 162.86º | 0.34% | 0.65% | - |
| XYZ | 25.57 | 32.79 | 33.84 | - |
| YUV | 147.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 166 | 150 | 0.34 | 0 | 0.10 | 0.35 | 162.86 | 0.24 | 0.54 |
| Hex | 6E | A6 | 96 | 22 | 0 | A | 23 | A3 | 18 | 36 |
| Octal | 156 | 246 | 226 | 42 | 0 | 12 | 43 | 243 | 30 | 66 |
| Binary | 1101110 | 10100110 | 10010110 | 100010 | 0 | 1010 | 100011 | 10100011 | 11000 | 110110 |
Color Harmonies of #6EA696
Complementary color
Monochromatic Colors of #6EA696
Black with #6EA696
Text Example
Text Example
White with #6EA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA696; }
p { color: rgb(110,166,150); }
H1.HeaderClassName
{
color: #6EA696;
}
.AnyTagClassName
{
color: #6EA696;
}
</style>
background-color css
<style>
a { background-color: #6EA696; }
a { background-color: rgb(110,166,150); }
div.DivClassName
{
background-color: #6EA696;
}
.BgClassName
{
background-color: #6EA696;
}
</style>
border-color css
<style>
span { border-color: #6EA696; }
span { border-color: rgb(110,166,150); }
td.TdClassName
{
border-color: #6EA696;
}
.TagClassName
{
border-color: #6EA696;
}
</style>