Shades of Acapulco #6EA99A
Tints of Acapulco #6EA99A
RGB
CMYK
RGB Variations
Color information
#6EA99A (or 0x6EA99A) is known color: Acapulco. HEX triplet: 6E, A9 and 9A. RGB value is (110,169,154). Sum of RGB (Red+Green+Blue) = 110+169+154=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #6EA99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA99A is #915665. Grayscale: #959595. Windows color (decimal): -9524838 or 10135918. OLE color: 10135918.
HSL color Cylindrical-coordinate representation of color #6EA99A: hue angle of 164.75º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA99A is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 169 | 154 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.34 |
| HSL | 164.75º | 0.26% | 0.55% | - |
| HSV(B) | 164.75º | 0.35% | 0.66% | - |
| XYZ | 26.45 | 34.02 | 35.75 | - |
| YUV | 149.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 169 | 154 | 0.35 | 0 | 0.09 | 0.34 | 164.75 | 0.26 | 0.55 |
| Hex | 6E | A9 | 9A | 23 | 0 | 9 | 22 | A5 | 1A | 37 |
| Octal | 156 | 251 | 232 | 43 | 0 | 11 | 42 | 245 | 32 | 67 |
| Binary | 1101110 | 10101001 | 10011010 | 100011 | 0 | 1001 | 100010 | 10100101 | 11010 | 110111 |
Color Harmonies of #6EA99A
Complementary color
Monochromatic Colors of #6EA99A
Black with #6EA99A
Text Example
Text Example
White with #6EA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA99A; }
p { color: rgb(110,169,154); }
H1.HeaderClassName
{
color: #6EA99A;
}
.AnyTagClassName
{
color: #6EA99A;
}
</style>
background-color css
<style>
a { background-color: #6EA99A; }
a { background-color: rgb(110,169,154); }
div.DivClassName
{
background-color: #6EA99A;
}
.BgClassName
{
background-color: #6EA99A;
}
</style>
border-color css
<style>
span { border-color: #6EA99A; }
span { border-color: rgb(110,169,154); }
td.TdClassName
{
border-color: #6EA99A;
}
.TagClassName
{
border-color: #6EA99A;
}
</style>