Shades of Acapulco #66AA8A
Tints of Acapulco #66AA8A
RGB
CMYK
RGB Variations
Color information
#66AA8A (or 0x66AA8A) is known color: Acapulco. HEX triplet: 66, AA and 8A. RGB value is (102,170,138). Sum of RGB (Red+Green+Blue) = 102+170+138=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AA8A is #995575. Grayscale: #929292. Windows color (decimal): -10048886 or 9087590. OLE color: 9087590.
HSL color Cylindrical-coordinate representation of color #66AA8A: hue angle of 151.76º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AA8A is Cyan = 0.4, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 170 | 138 | - |
| CMYK | 0.4 | 0 | 0.19 | 0.33 |
| HSL | 151.76º | 0.29% | 0.53% | - |
| HSV(B) | 151.76º | 0.4% | 0.67% | - |
| XYZ | 24.44 | 33.41 | 29.21 | - |
| YUV | 146.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 138 | 0.4 | 0 | 0.19 | 0.33 | 151.76 | 0.29 | 0.53 |
| Hex | 66 | AA | 8A | 28 | 0 | 13 | 21 | 98 | 1D | 35 |
| Octal | 146 | 252 | 212 | 50 | 0 | 23 | 41 | 230 | 35 | 65 |
| Binary | 1100110 | 10101010 | 10001010 | 101000 | 0 | 10011 | 100001 | 10011000 | 11101 | 110101 |
Color Harmonies of #66AA8A
Complementary color
Monochromatic Colors of #66AA8A
Black with #66AA8A
Text Example
Text Example
White with #66AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AA8A; }
p { color: rgb(102,170,138); }
H1.HeaderClassName
{
color: #66AA8A;
}
.AnyTagClassName
{
color: #66AA8A;
}
</style>
background-color css
<style>
a { background-color: #66AA8A; }
a { background-color: rgb(102,170,138); }
div.DivClassName
{
background-color: #66AA8A;
}
.BgClassName
{
background-color: #66AA8A;
}
</style>
border-color css
<style>
span { border-color: #66AA8A; }
span { border-color: rgb(102,170,138); }
td.TdClassName
{
border-color: #66AA8A;
}
.TagClassName
{
border-color: #66AA8A;
}
</style>