Shades of Acapulco #66AD92
Tints of Acapulco #66AD92
RGB
CMYK
RGB Variations
Color information
#66AD92 (or 0x66AD92) is known color: Acapulco. HEX triplet: 66, AD and 92. RGB value is (102,173,146). Sum of RGB (Red+Green+Blue) = 102+173+146=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD92 is #99526D. Grayscale: #949494. Windows color (decimal): -10048110 or 9612646. OLE color: 9612646.
HSL color Cylindrical-coordinate representation of color #66AD92: hue angle of 157.18º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AD92 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 146 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.32 |
| HSL | 157.18º | 0.3% | 0.54% | - |
| HSV(B) | 157.18º | 0.41% | 0.68% | - |
| XYZ | 25.61 | 34.79 | 32.56 | - |
| YUV | 148.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 146 | 0.41 | 0 | 0.16 | 0.32 | 157.18 | 0.3 | 0.54 |
| Hex | 66 | AD | 92 | 29 | 0 | 10 | 20 | 9D | 1E | 36 |
| Octal | 146 | 255 | 222 | 51 | 0 | 20 | 40 | 235 | 36 | 66 |
| Binary | 1100110 | 10101101 | 10010010 | 101001 | 0 | 10000 | 100000 | 10011101 | 11110 | 110110 |
Color Harmonies of #66AD92
Complementary color
Monochromatic Colors of #66AD92
Black with #66AD92
Text Example
Text Example
White with #66AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD92; }
p { color: rgb(102,173,146); }
H1.HeaderClassName
{
color: #66AD92;
}
.AnyTagClassName
{
color: #66AD92;
}
</style>
background-color css
<style>
a { background-color: #66AD92; }
a { background-color: rgb(102,173,146); }
div.DivClassName
{
background-color: #66AD92;
}
.BgClassName
{
background-color: #66AD92;
}
</style>
border-color css
<style>
span { border-color: #66AD92; }
span { border-color: rgb(102,173,146); }
td.TdClassName
{
border-color: #66AD92;
}
.TagClassName
{
border-color: #66AD92;
}
</style>