Shades of Acapulco #6EAB8B
Tints of Acapulco #6EAB8B
RGB
CMYK
RGB Variations
Color information
#6EAB8B (or 0x6EAB8B) is known color: Acapulco. HEX triplet: 6E, AB and 8B. RGB value is (110,171,139). Sum of RGB (Red+Green+Blue) = 110+171+139=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAB8B is #915474. Grayscale: #959595. Windows color (decimal): -9524341 or 9153390. OLE color: 9153390.
HSL color Cylindrical-coordinate representation of color #6EAB8B: hue angle of 148.52º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAB8B is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 171 | 139 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.33 |
| HSL | 148.52º | 0.27% | 0.55% | - |
| HSV(B) | 148.52º | 0.36% | 0.67% | - |
| XYZ | 25.65 | 34.3 | 29.7 | - |
| YUV | 149.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 139 | 0.36 | 0 | 0.19 | 0.33 | 148.52 | 0.27 | 0.55 |
| Hex | 6E | AB | 8B | 24 | 0 | 13 | 21 | 95 | 1B | 37 |
| Octal | 156 | 253 | 213 | 44 | 0 | 23 | 41 | 225 | 33 | 67 |
| Binary | 1101110 | 10101011 | 10001011 | 100100 | 0 | 10011 | 100001 | 10010101 | 11011 | 110111 |
Color Harmonies of #6EAB8B
Complementary color
Monochromatic Colors of #6EAB8B
Black with #6EAB8B
Text Example
Text Example
White with #6EAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAB8B; }
p { color: rgb(110,171,139); }
H1.HeaderClassName
{
color: #6EAB8B;
}
.AnyTagClassName
{
color: #6EAB8B;
}
</style>
background-color css
<style>
a { background-color: #6EAB8B; }
a { background-color: rgb(110,171,139); }
div.DivClassName
{
background-color: #6EAB8B;
}
.BgClassName
{
background-color: #6EAB8B;
}
</style>
border-color css
<style>
span { border-color: #6EAB8B; }
span { border-color: rgb(110,171,139); }
td.TdClassName
{
border-color: #6EAB8B;
}
.TagClassName
{
border-color: #6EAB8B;
}
</style>