Shades of Acapulco #66AB8E
Tints of Acapulco #66AB8E
RGB
CMYK
RGB Variations
Color information
#66AB8E (or 0x66AB8E) is known color: Acapulco. HEX triplet: 66, AB and 8E. RGB value is (102,171,142). Sum of RGB (Red+Green+Blue) = 102+171+142=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB8E is #995471. Grayscale: #939393. Windows color (decimal): -10048626 or 9349990. OLE color: 9349990.
HSL color Cylindrical-coordinate representation of color #66AB8E: hue angle of 154.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB8E is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 142 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.33 |
| HSL | 154.78º | 0.29% | 0.54% | - |
| HSV(B) | 154.78º | 0.4% | 0.67% | - |
| XYZ | 24.92 | 33.9 | 30.82 | - |
| YUV | 147.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 142 | 0.40 | 0 | 0.17 | 0.33 | 154.78 | 0.29 | 0.54 |
| Hex | 66 | AB | 8E | 28 | 0 | 11 | 21 | 9B | 1D | 36 |
| Octal | 146 | 253 | 216 | 50 | 0 | 21 | 41 | 233 | 35 | 66 |
| Binary | 1100110 | 10101011 | 10001110 | 101000 | 0 | 10001 | 100001 | 10011011 | 11101 | 110110 |
Color Harmonies of #66AB8E
Complementary color
Monochromatic Colors of #66AB8E
Black with #66AB8E
Text Example
Text Example
White with #66AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB8E; }
p { color: rgb(102,171,142); }
H1.HeaderClassName
{
color: #66AB8E;
}
.AnyTagClassName
{
color: #66AB8E;
}
</style>
background-color css
<style>
a { background-color: #66AB8E; }
a { background-color: rgb(102,171,142); }
div.DivClassName
{
background-color: #66AB8E;
}
.BgClassName
{
background-color: #66AB8E;
}
</style>
border-color css
<style>
span { border-color: #66AB8E; }
span { border-color: rgb(102,171,142); }
td.TdClassName
{
border-color: #66AB8E;
}
.TagClassName
{
border-color: #66AB8E;
}
</style>