Shades of Acapulco #66A68B
Tints of Acapulco #66A68B
RGB
CMYK
RGB Variations
Color information
#66A68B (or 0x66A68B) is known color: Acapulco. HEX triplet: 66, A6 and 8B. RGB value is (102,166,139). Sum of RGB (Red+Green+Blue) = 102+166+139=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #66A68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A68B is #995974. Grayscale: #8F8F8F. Windows color (decimal): -10049909 or 9152102. OLE color: 9152102.
HSL color Cylindrical-coordinate representation of color #66A68B: hue angle of 154.69º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A68B is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 166 | 139 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.35 |
| HSL | 154.69º | 0.26% | 0.53% | - |
| HSV(B) | 154.69º | 0.39% | 0.65% | - |
| XYZ | 23.78 | 31.96 | 29.34 | - |
| YUV | 143.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 139 | 0.39 | 0 | 0.16 | 0.35 | 154.69 | 0.26 | 0.53 |
| Hex | 66 | A6 | 8B | 27 | 0 | 10 | 23 | 9B | 1A | 35 |
| Octal | 146 | 246 | 213 | 47 | 0 | 20 | 43 | 233 | 32 | 65 |
| Binary | 1100110 | 10100110 | 10001011 | 100111 | 0 | 10000 | 100011 | 10011011 | 11010 | 110101 |
Color Harmonies of #66A68B
Complementary color
Monochromatic Colors of #66A68B
Black with #66A68B
Text Example
Text Example
White with #66A68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A68B; }
p { color: rgb(102,166,139); }
H1.HeaderClassName
{
color: #66A68B;
}
.AnyTagClassName
{
color: #66A68B;
}
</style>
background-color css
<style>
a { background-color: #66A68B; }
a { background-color: rgb(102,166,139); }
div.DivClassName
{
background-color: #66A68B;
}
.BgClassName
{
background-color: #66A68B;
}
</style>
border-color css
<style>
span { border-color: #66A68B; }
span { border-color: rgb(102,166,139); }
td.TdClassName
{
border-color: #66A68B;
}
.TagClassName
{
border-color: #66A68B;
}
</style>