Shades of Acapulco #6EAA98
Tints of Acapulco #6EAA98
RGB
CMYK
RGB Variations
Color information
#6EAA98 (or 0x6EAA98) is known color: Acapulco. HEX triplet: 6E, AA and 98. RGB value is (110,170,152). Sum of RGB (Red+Green+Blue) = 110+170+152=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAA98 is #915567. Grayscale: #969696. Windows color (decimal): -9524584 or 10005102. OLE color: 10005102.
HSL color Cylindrical-coordinate representation of color #6EAA98: hue angle of 162º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EAA98 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 170 | 152 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.33 |
| HSL | 162º | 0.26% | 0.55% | - |
| HSV(B) | 162º | 0.35% | 0.67% | - |
| XYZ | 26.47 | 34.33 | 34.94 | - |
| YUV | 150.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 152 | 0.35 | 0 | 0.11 | 0.33 | 162 | 0.26 | 0.55 |
| Hex | 6E | AA | 98 | 23 | 0 | B | 21 | A2 | 1A | 37 |
| Octal | 156 | 252 | 230 | 43 | 0 | 13 | 41 | 242 | 32 | 67 |
| Binary | 1101110 | 10101010 | 10011000 | 100011 | 0 | 1011 | 100001 | 10100010 | 11010 | 110111 |
Color Harmonies of #6EAA98
Complementary color
Monochromatic Colors of #6EAA98
Black with #6EAA98
Text Example
Text Example
White with #6EAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAA98; }
p { color: rgb(110,170,152); }
H1.HeaderClassName
{
color: #6EAA98;
}
.AnyTagClassName
{
color: #6EAA98;
}
</style>
background-color css
<style>
a { background-color: #6EAA98; }
a { background-color: rgb(110,170,152); }
div.DivClassName
{
background-color: #6EAA98;
}
.BgClassName
{
background-color: #6EAA98;
}
</style>
border-color css
<style>
span { border-color: #6EAA98; }
span { border-color: rgb(110,170,152); }
td.TdClassName
{
border-color: #6EAA98;
}
.TagClassName
{
border-color: #6EAA98;
}
</style>