Shades of Acapulco #68AB8F
Tints of Acapulco #68AB8F
RGB
CMYK
RGB Variations
Color information
#68AB8F (or 0x68AB8F) is known color: Acapulco. HEX triplet: 68, AB and 8F. RGB value is (104,171,143). Sum of RGB (Red+Green+Blue) = 104+171+143=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB8F is #975470. Grayscale: #939393. Windows color (decimal): -9917553 or 9415528. OLE color: 9415528.
HSL color Cylindrical-coordinate representation of color #68AB8F: hue angle of 154.93º 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 #68AB8F is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 143 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.33 |
| HSL | 154.93º | 0.29% | 0.54% | - |
| HSV(B) | 154.93º | 0.39% | 0.67% | - |
| XYZ | 25.23 | 34.05 | 31.23 | - |
| YUV | 147.78 | 125.3 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 143 | 0.39 | 0 | 0.16 | 0.33 | 154.93 | 0.29 | 0.54 |
| Hex | 68 | AB | 8F | 27 | 0 | 10 | 21 | 9B | 1D | 36 |
| Octal | 150 | 253 | 217 | 47 | 0 | 20 | 41 | 233 | 35 | 66 |
| Binary | 1101000 | 10101011 | 10001111 | 100111 | 0 | 10000 | 100001 | 10011011 | 11101 | 110110 |
Color Harmonies of #68AB8F
Complementary color
Monochromatic Colors of #68AB8F
Black with #68AB8F
Text Example
Text Example
White with #68AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB8F; }
p { color: rgb(104,171,143); }
H1.HeaderClassName
{
color: #68AB8F;
}
.AnyTagClassName
{
color: #68AB8F;
}
</style>
background-color css
<style>
a { background-color: #68AB8F; }
a { background-color: rgb(104,171,143); }
div.DivClassName
{
background-color: #68AB8F;
}
.BgClassName
{
background-color: #68AB8F;
}
</style>
border-color css
<style>
span { border-color: #68AB8F; }
span { border-color: rgb(104,171,143); }
td.TdClassName
{
border-color: #68AB8F;
}
.TagClassName
{
border-color: #68AB8F;
}
</style>