Shades of Acapulco #68AA92
Tints of Acapulco #68AA92
RGB
CMYK
RGB Variations
Color information
#68AA92 (or 0x68AA92) is known color: Acapulco. HEX triplet: 68, AA and 92. RGB value is (104,170,146). Sum of RGB (Red+Green+Blue) = 104+170+146=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA92 is #97556D. Grayscale: #939393. Windows color (decimal): -9917806 or 9611880. OLE color: 9611880.
HSL color Cylindrical-coordinate representation of color #68AA92: hue angle of 158.18º 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 #68AA92 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 146 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.33 |
| HSL | 158.18º | 0.28% | 0.54% | - |
| HSV(B) | 158.18º | 0.39% | 0.67% | - |
| XYZ | 25.27 | 33.77 | 32.38 | - |
| YUV | 147.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 146 | 0.39 | 0 | 0.14 | 0.33 | 158.18 | 0.28 | 0.54 |
| Hex | 68 | AA | 92 | 27 | 0 | E | 21 | 9E | 1C | 36 |
| Octal | 150 | 252 | 222 | 47 | 0 | 16 | 41 | 236 | 34 | 66 |
| Binary | 1101000 | 10101010 | 10010010 | 100111 | 0 | 1110 | 100001 | 10011110 | 11100 | 110110 |
Color Harmonies of #68AA92
Complementary color
Monochromatic Colors of #68AA92
Black with #68AA92
Text Example
Text Example
White with #68AA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA92; }
p { color: rgb(104,170,146); }
H1.HeaderClassName
{
color: #68AA92;
}
.AnyTagClassName
{
color: #68AA92;
}
</style>
background-color css
<style>
a { background-color: #68AA92; }
a { background-color: rgb(104,170,146); }
div.DivClassName
{
background-color: #68AA92;
}
.BgClassName
{
background-color: #68AA92;
}
</style>
border-color css
<style>
span { border-color: #68AA92; }
span { border-color: rgb(104,170,146); }
td.TdClassName
{
border-color: #68AA92;
}
.TagClassName
{
border-color: #68AA92;
}
</style>