Shades of Acapulco #66A293
Tints of Acapulco #66A293
RGB
CMYK
RGB Variations
Color information
#66A293 (or 0x66A293) is known color: Acapulco. HEX triplet: 66, A2 and 93. RGB value is (102,162,147). Sum of RGB (Red+Green+Blue) = 102+162+147=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #66A293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A293 is #995D6C. Grayscale: #8E8E8E. Windows color (decimal): -10050925 or 9675366. OLE color: 9675366.
HSL color Cylindrical-coordinate representation of color #66A293: hue angle of 165º 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 #66A293 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 162 | 147 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.36 |
| HSL | 165º | 0.24% | 0.52% | - |
| HSV(B) | 165º | 0.37% | 0.64% | - |
| XYZ | 23.67 | 30.77 | 32.3 | - |
| YUV | 142.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 147 | 0.37 | 0 | 0.09 | 0.36 | 165 | 0.24 | 0.52 |
| Hex | 66 | A2 | 93 | 25 | 0 | 9 | 24 | A5 | 18 | 34 |
| Octal | 146 | 242 | 223 | 45 | 0 | 11 | 44 | 245 | 30 | 64 |
| Binary | 1100110 | 10100010 | 10010011 | 100101 | 0 | 1001 | 100100 | 10100101 | 11000 | 110100 |
Color Harmonies of #66A293
Complementary color
Monochromatic Colors of #66A293
Black with #66A293
Text Example
Text Example
White with #66A293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A293; }
p { color: rgb(102,162,147); }
H1.HeaderClassName
{
color: #66A293;
}
.AnyTagClassName
{
color: #66A293;
}
</style>
background-color css
<style>
a { background-color: #66A293; }
a { background-color: rgb(102,162,147); }
div.DivClassName
{
background-color: #66A293;
}
.BgClassName
{
background-color: #66A293;
}
</style>
border-color css
<style>
span { border-color: #66A293; }
span { border-color: rgb(102,162,147); }
td.TdClassName
{
border-color: #66A293;
}
.TagClassName
{
border-color: #66A293;
}
</style>