Shades of Acapulco #66AA93
Tints of Acapulco #66AA93
RGB
CMYK
RGB Variations
Color information
#66AA93 (or 0x66AA93) is known color: Acapulco. HEX triplet: 66, AA and 93. RGB value is (102,170,147). Sum of RGB (Red+Green+Blue) = 102+170+147=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AA93 is #99556C. Grayscale: #939393. Windows color (decimal): -10048877 or 9677414. OLE color: 9677414.
HSL color Cylindrical-coordinate representation of color #66AA93: hue angle of 159.71º 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 #66AA93 is Cyan = 0.4, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 170 | 147 | - |
| CMYK | 0.4 | 0 | 0.14 | 0.33 |
| HSL | 159.71º | 0.29% | 0.53% | - |
| HSV(B) | 159.71º | 0.4% | 0.67% | - |
| XYZ | 25.12 | 33.68 | 32.78 | - |
| YUV | 147.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 147 | 0.4 | 0 | 0.14 | 0.33 | 159.71 | 0.29 | 0.53 |
| Hex | 66 | AA | 93 | 28 | 0 | E | 21 | A0 | 1D | 35 |
| Octal | 146 | 252 | 223 | 50 | 0 | 16 | 41 | 240 | 35 | 65 |
| Binary | 1100110 | 10101010 | 10010011 | 101000 | 0 | 1110 | 100001 | 10100000 | 11101 | 110101 |
Color Harmonies of #66AA93
Complementary color
Monochromatic Colors of #66AA93
Black with #66AA93
Text Example
Text Example
White with #66AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AA93; }
p { color: rgb(102,170,147); }
H1.HeaderClassName
{
color: #66AA93;
}
.AnyTagClassName
{
color: #66AA93;
}
</style>
background-color css
<style>
a { background-color: #66AA93; }
a { background-color: rgb(102,170,147); }
div.DivClassName
{
background-color: #66AA93;
}
.BgClassName
{
background-color: #66AA93;
}
</style>
border-color css
<style>
span { border-color: #66AA93; }
span { border-color: rgb(102,170,147); }
td.TdClassName
{
border-color: #66AA93;
}
.TagClassName
{
border-color: #66AA93;
}
</style>