Shades of Acapulco #6EA085
Tints of Acapulco #6EA085
RGB
CMYK
RGB Variations
Color information
#6EA085 (or 0x6EA085) is known color: Acapulco. HEX triplet: 6E, A0 and 85. RGB value is (110,160,133). Sum of RGB (Red+Green+Blue) = 110+160+133=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA085 is #915F7A. Grayscale: #8E8E8E. Windows color (decimal): -9527163 or 8757358. OLE color: 8757358.
HSL color Cylindrical-coordinate representation of color #6EA085: hue angle of 147.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6EA085 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 160 | 133 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.37 |
| HSL | 147.6º | 0.21% | 0.53% | - |
| HSV(B) | 147.6º | 0.31% | 0.63% | - |
| XYZ | 23.23 | 30.15 | 26.79 | - |
| YUV | 141.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 160 | 133 | 0.31 | 0 | 0.17 | 0.37 | 147.6 | 0.21 | 0.53 |
| Hex | 6E | A0 | 85 | 1F | 0 | 11 | 25 | 94 | 15 | 35 |
| Octal | 156 | 240 | 205 | 37 | 0 | 21 | 45 | 224 | 25 | 65 |
| Binary | 1101110 | 10100000 | 10000101 | 11111 | 0 | 10001 | 100101 | 10010100 | 10101 | 110101 |
Color Harmonies of #6EA085
Complementary color
Monochromatic Colors of #6EA085
Black with #6EA085
Text Example
Text Example
White with #6EA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA085; }
p { color: rgb(110,160,133); }
H1.HeaderClassName
{
color: #6EA085;
}
.AnyTagClassName
{
color: #6EA085;
}
</style>
background-color css
<style>
a { background-color: #6EA085; }
a { background-color: rgb(110,160,133); }
div.DivClassName
{
background-color: #6EA085;
}
.BgClassName
{
background-color: #6EA085;
}
</style>
border-color css
<style>
span { border-color: #6EA085; }
span { border-color: rgb(110,160,133); }
td.TdClassName
{
border-color: #6EA085;
}
.TagClassName
{
border-color: #6EA085;
}
</style>