Shades of Acapulco #66A28E
Tints of Acapulco #66A28E
RGB
CMYK
RGB Variations
Color information
#66A28E (or 0x66A28E) is known color: Acapulco. HEX triplet: 66, A2 and 8E. RGB value is (102,162,142). Sum of RGB (Red+Green+Blue) = 102+162+142=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #66A28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A28E is #995D71. Grayscale: #8D8D8D. Windows color (decimal): -10050930 or 9347686. OLE color: 9347686.
HSL color Cylindrical-coordinate representation of color #66A28E: hue angle of 160º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A28E is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 162 | 142 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.36 |
| HSL | 160º | 0.24% | 0.52% | - |
| HSV(B) | 160º | 0.37% | 0.64% | - |
| XYZ | 23.28 | 30.62 | 30.27 | - |
| YUV | 141.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 142 | 0.37 | 0 | 0.12 | 0.36 | 160 | 0.24 | 0.52 |
| Hex | 66 | A2 | 8E | 25 | 0 | C | 24 | A0 | 18 | 34 |
| Octal | 146 | 242 | 216 | 45 | 0 | 14 | 44 | 240 | 30 | 64 |
| Binary | 1100110 | 10100010 | 10001110 | 100101 | 0 | 1100 | 100100 | 10100000 | 11000 | 110100 |
Color Harmonies of #66A28E
Complementary color
Monochromatic Colors of #66A28E
Black with #66A28E
Text Example
Text Example
White with #66A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A28E; }
p { color: rgb(102,162,142); }
H1.HeaderClassName
{
color: #66A28E;
}
.AnyTagClassName
{
color: #66A28E;
}
</style>
background-color css
<style>
a { background-color: #66A28E; }
a { background-color: rgb(102,162,142); }
div.DivClassName
{
background-color: #66A28E;
}
.BgClassName
{
background-color: #66A28E;
}
</style>
border-color css
<style>
span { border-color: #66A28E; }
span { border-color: rgb(102,162,142); }
td.TdClassName
{
border-color: #66A28E;
}
.TagClassName
{
border-color: #66A28E;
}
</style>