Shades of Acapulco #68AA8C
Tints of Acapulco #68AA8C
RGB
CMYK
RGB Variations
Color information
#68AA8C (or 0x68AA8C) is known color: Acapulco. HEX triplet: 68, AA and 8C. RGB value is (104,170,140). Sum of RGB (Red+Green+Blue) = 104+170+140=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA8C is #975573. Grayscale: #929292. Windows color (decimal): -9917812 or 9218664. OLE color: 9218664.
HSL color Cylindrical-coordinate representation of color #68AA8C: hue angle of 152.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA8C is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 140 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.33 |
| HSL | 152.73º | 0.28% | 0.54% | - |
| HSV(B) | 152.73º | 0.39% | 0.67% | - |
| XYZ | 24.82 | 33.59 | 29.99 | - |
| YUV | 146.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 140 | 0.39 | 0 | 0.18 | 0.33 | 152.73 | 0.28 | 0.54 |
| Hex | 68 | AA | 8C | 27 | 0 | 12 | 21 | 99 | 1C | 36 |
| Octal | 150 | 252 | 214 | 47 | 0 | 22 | 41 | 231 | 34 | 66 |
| Binary | 1101000 | 10101010 | 10001100 | 100111 | 0 | 10010 | 100001 | 10011001 | 11100 | 110110 |
Color Harmonies of #68AA8C
Complementary color
Monochromatic Colors of #68AA8C
Black with #68AA8C
Text Example
Text Example
White with #68AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA8C; }
p { color: rgb(104,170,140); }
H1.HeaderClassName
{
color: #68AA8C;
}
.AnyTagClassName
{
color: #68AA8C;
}
</style>
background-color css
<style>
a { background-color: #68AA8C; }
a { background-color: rgb(104,170,140); }
div.DivClassName
{
background-color: #68AA8C;
}
.BgClassName
{
background-color: #68AA8C;
}
</style>
border-color css
<style>
span { border-color: #68AA8C; }
span { border-color: rgb(104,170,140); }
td.TdClassName
{
border-color: #68AA8C;
}
.TagClassName
{
border-color: #68AA8C;
}
</style>