Shades of Acapulco #68AB88
Tints of Acapulco #68AB88
RGB
CMYK
RGB Variations
Color information
#68AB88 (or 0x68AB88) is known color: Acapulco. HEX triplet: 68, AB and 88. RGB value is (104,171,136). Sum of RGB (Red+Green+Blue) = 104+171+136=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB88 is #975477. Grayscale: #939393. Windows color (decimal): -9917560 or 8956776. OLE color: 8956776.
HSL color Cylindrical-coordinate representation of color #68AB88: hue angle of 148.66º 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 #68AB88 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 136 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.33 |
| HSL | 148.66º | 0.29% | 0.54% | - |
| HSV(B) | 148.66º | 0.39% | 0.67% | - |
| XYZ | 24.72 | 33.85 | 28.52 | - |
| YUV | 146.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 136 | 0.39 | 0 | 0.20 | 0.33 | 148.66 | 0.29 | 0.54 |
| Hex | 68 | AB | 88 | 27 | 0 | 14 | 21 | 95 | 1D | 36 |
| Octal | 150 | 253 | 210 | 47 | 0 | 24 | 41 | 225 | 35 | 66 |
| Binary | 1101000 | 10101011 | 10001000 | 100111 | 0 | 10100 | 100001 | 10010101 | 11101 | 110110 |
Color Harmonies of #68AB88
Complementary color
Monochromatic Colors of #68AB88
Black with #68AB88
Text Example
Text Example
White with #68AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB88; }
p { color: rgb(104,171,136); }
H1.HeaderClassName
{
color: #68AB88;
}
.AnyTagClassName
{
color: #68AB88;
}
</style>
background-color css
<style>
a { background-color: #68AB88; }
a { background-color: rgb(104,171,136); }
div.DivClassName
{
background-color: #68AB88;
}
.BgClassName
{
background-color: #68AB88;
}
</style>
border-color css
<style>
span { border-color: #68AB88; }
span { border-color: rgb(104,171,136); }
td.TdClassName
{
border-color: #68AB88;
}
.TagClassName
{
border-color: #68AB88;
}
</style>