Shades of Acapulco #66A494
Tints of Acapulco #66A494
RGB
CMYK
RGB Variations
Color information
#66A494 (or 0x66A494) is known color: Acapulco. HEX triplet: 66, A4 and 94. RGB value is (102,164,148). Sum of RGB (Red+Green+Blue) = 102+164+148=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #66A494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A494 is #995B6B. Grayscale: #8F8F8F. Windows color (decimal): -10050412 or 9741414. OLE color: 9741414.
HSL color Cylindrical-coordinate representation of color #66A494: hue angle of 164.52º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A494 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 164 | 148 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.36 |
| HSL | 164.52º | 0.25% | 0.52% | - |
| HSV(B) | 164.52º | 0.38% | 0.64% | - |
| XYZ | 24.1 | 31.51 | 32.83 | - |
| YUV | 143.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 148 | 0.38 | 0 | 0.10 | 0.36 | 164.52 | 0.25 | 0.52 |
| Hex | 66 | A4 | 94 | 26 | 0 | A | 24 | A5 | 19 | 34 |
| Octal | 146 | 244 | 224 | 46 | 0 | 12 | 44 | 245 | 31 | 64 |
| Binary | 1100110 | 10100100 | 10010100 | 100110 | 0 | 1010 | 100100 | 10100101 | 11001 | 110100 |
Color Harmonies of #66A494
Complementary color
Monochromatic Colors of #66A494
Black with #66A494
Text Example
Text Example
White with #66A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A494; }
p { color: rgb(102,164,148); }
H1.HeaderClassName
{
color: #66A494;
}
.AnyTagClassName
{
color: #66A494;
}
</style>
background-color css
<style>
a { background-color: #66A494; }
a { background-color: rgb(102,164,148); }
div.DivClassName
{
background-color: #66A494;
}
.BgClassName
{
background-color: #66A494;
}
</style>
border-color css
<style>
span { border-color: #66A494; }
span { border-color: rgb(102,164,148); }
td.TdClassName
{
border-color: #66A494;
}
.TagClassName
{
border-color: #66A494;
}
</style>