Shades of Acapulco #66AD8D
Tints of Acapulco #66AD8D
RGB
CMYK
RGB Variations
Color information
#66AD8D (or 0x66AD8D) is known color: Acapulco. HEX triplet: 66, AD and 8D. RGB value is (102,173,141). Sum of RGB (Red+Green+Blue) = 102+173+141=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AD8D is #995272. Grayscale: #949494. Windows color (decimal): -10048115 or 9284966. OLE color: 9284966.
HSL color Cylindrical-coordinate representation of color #66AD8D: hue angle of 152.96º 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 #66AD8D is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 141 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.32 |
| HSL | 152.96º | 0.3% | 0.54% | - |
| HSV(B) | 152.96º | 0.41% | 0.68% | - |
| XYZ | 25.23 | 34.64 | 30.55 | - |
| YUV | 148.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 141 | 0.41 | 0 | 0.18 | 0.32 | 152.96 | 0.3 | 0.54 |
| Hex | 66 | AD | 8D | 29 | 0 | 12 | 20 | 99 | 1E | 36 |
| Octal | 146 | 255 | 215 | 51 | 0 | 22 | 40 | 231 | 36 | 66 |
| Binary | 1100110 | 10101101 | 10001101 | 101001 | 0 | 10010 | 100000 | 10011001 | 11110 | 110110 |
Color Harmonies of #66AD8D
Complementary color
Monochromatic Colors of #66AD8D
Black with #66AD8D
Text Example
Text Example
White with #66AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AD8D; }
p { color: rgb(102,173,141); }
H1.HeaderClassName
{
color: #66AD8D;
}
.AnyTagClassName
{
color: #66AD8D;
}
</style>
background-color css
<style>
a { background-color: #66AD8D; }
a { background-color: rgb(102,173,141); }
div.DivClassName
{
background-color: #66AD8D;
}
.BgClassName
{
background-color: #66AD8D;
}
</style>
border-color css
<style>
span { border-color: #66AD8D; }
span { border-color: rgb(102,173,141); }
td.TdClassName
{
border-color: #66AD8D;
}
.TagClassName
{
border-color: #66AD8D;
}
</style>