Shades of Acapulco #68AB89
Tints of Acapulco #68AB89
RGB
CMYK
RGB Variations
Color information
#68AB89 (or 0x68AB89) is known color: Acapulco. HEX triplet: 68, AB and 89. RGB value is (104,171,137). Sum of RGB (Red+Green+Blue) = 104+171+137=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB89 is #975476. Grayscale: #939393. Windows color (decimal): -9917559 or 9022312. OLE color: 9022312.
HSL color Cylindrical-coordinate representation of color #68AB89: hue angle of 149.55º degrees, saturation: 0.29, 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 #68AB89 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 137 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.33 |
| HSL | 149.55º | 0.29% | 0.54% | - |
| HSV(B) | 149.55º | 0.39% | 0.67% | - |
| XYZ | 24.79 | 33.88 | 28.9 | - |
| YUV | 147.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 137 | 0.39 | 0 | 0.20 | 0.33 | 149.55 | 0.29 | 0.54 |
| Hex | 68 | AB | 89 | 27 | 0 | 14 | 21 | 96 | 1D | 36 |
| Octal | 150 | 253 | 211 | 47 | 0 | 24 | 41 | 226 | 35 | 66 |
| Binary | 1101000 | 10101011 | 10001001 | 100111 | 0 | 10100 | 100001 | 10010110 | 11101 | 110110 |
Color Harmonies of #68AB89
Complementary color
Monochromatic Colors of #68AB89
Black with #68AB89
Text Example
Text Example
White with #68AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB89; }
p { color: rgb(104,171,137); }
H1.HeaderClassName
{
color: #68AB89;
}
.AnyTagClassName
{
color: #68AB89;
}
</style>
background-color css
<style>
a { background-color: #68AB89; }
a { background-color: rgb(104,171,137); }
div.DivClassName
{
background-color: #68AB89;
}
.BgClassName
{
background-color: #68AB89;
}
</style>
border-color css
<style>
span { border-color: #68AB89; }
span { border-color: rgb(104,171,137); }
td.TdClassName
{
border-color: #68AB89;
}
.TagClassName
{
border-color: #68AB89;
}
</style>