Shades of Acapulco #6EA48D
Tints of Acapulco #6EA48D
RGB
CMYK
RGB Variations
Color information
#6EA48D (or 0x6EA48D) is known color: Acapulco. HEX triplet: 6E, A4 and 8D. RGB value is (110,164,141). Sum of RGB (Red+Green+Blue) = 110+164+141=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA48D is #915B72. Grayscale: #919191. Windows color (decimal): -9526131 or 9282670. OLE color: 9282670.
HSL color Cylindrical-coordinate representation of color #6EA48D: hue angle of 154.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA48D is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 164 | 141 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.36 |
| HSL | 154.44º | 0.23% | 0.54% | - |
| HSV(B) | 154.44º | 0.33% | 0.64% | - |
| XYZ | 24.51 | 31.79 | 30.04 | - |
| YUV | 145.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 164 | 141 | 0.33 | 0 | 0.14 | 0.36 | 154.44 | 0.23 | 0.54 |
| Hex | 6E | A4 | 8D | 21 | 0 | E | 24 | 9A | 17 | 36 |
| Octal | 156 | 244 | 215 | 41 | 0 | 16 | 44 | 232 | 27 | 66 |
| Binary | 1101110 | 10100100 | 10001101 | 100001 | 0 | 1110 | 100100 | 10011010 | 10111 | 110110 |
Color Harmonies of #6EA48D
Complementary color
Monochromatic Colors of #6EA48D
Black with #6EA48D
Text Example
Text Example
White with #6EA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA48D; }
p { color: rgb(110,164,141); }
H1.HeaderClassName
{
color: #6EA48D;
}
.AnyTagClassName
{
color: #6EA48D;
}
</style>
background-color css
<style>
a { background-color: #6EA48D; }
a { background-color: rgb(110,164,141); }
div.DivClassName
{
background-color: #6EA48D;
}
.BgClassName
{
background-color: #6EA48D;
}
</style>
border-color css
<style>
span { border-color: #6EA48D; }
span { border-color: rgb(110,164,141); }
td.TdClassName
{
border-color: #6EA48D;
}
.TagClassName
{
border-color: #6EA48D;
}
</style>