Shades of Acapulco #66A588
Tints of Acapulco #66A588
RGB
CMYK
RGB Variations
Color information
#66A588 (or 0x66A588) is known color: Acapulco. HEX triplet: 66, A5 and 88. RGB value is (102,165,136). Sum of RGB (Red+Green+Blue) = 102+165+136=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #66A588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A588 is #995A77. Grayscale: #8E8E8E. Windows color (decimal): -10050168 or 8955238. OLE color: 8955238.
HSL color Cylindrical-coordinate representation of color #66A588: hue angle of 152.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A588 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 165 | 136 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.35 |
| HSL | 152.38º | 0.26% | 0.52% | - |
| HSV(B) | 152.38º | 0.38% | 0.65% | - |
| XYZ | 23.38 | 31.51 | 28.14 | - |
| YUV | 142.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 165 | 136 | 0.38 | 0 | 0.18 | 0.35 | 152.38 | 0.26 | 0.52 |
| Hex | 66 | A5 | 88 | 26 | 0 | 12 | 23 | 98 | 1A | 34 |
| Octal | 146 | 245 | 210 | 46 | 0 | 22 | 43 | 230 | 32 | 64 |
| Binary | 1100110 | 10100101 | 10001000 | 100110 | 0 | 10010 | 100011 | 10011000 | 11010 | 110100 |
Color Harmonies of #66A588
Complementary color
Monochromatic Colors of #66A588
Black with #66A588
Text Example
Text Example
White with #66A588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A588; }
p { color: rgb(102,165,136); }
H1.HeaderClassName
{
color: #66A588;
}
.AnyTagClassName
{
color: #66A588;
}
</style>
background-color css
<style>
a { background-color: #66A588; }
a { background-color: rgb(102,165,136); }
div.DivClassName
{
background-color: #66A588;
}
.BgClassName
{
background-color: #66A588;
}
</style>
border-color css
<style>
span { border-color: #66A588; }
span { border-color: rgb(102,165,136); }
td.TdClassName
{
border-color: #66A588;
}
.TagClassName
{
border-color: #66A588;
}
</style>