Shades of Acapulco #68AB8D
Tints of Acapulco #68AB8D
RGB
CMYK
RGB Variations
Color information
#68AB8D (or 0x68AB8D) is known color: Acapulco. HEX triplet: 68, AB and 8D. RGB value is (104,171,141). Sum of RGB (Red+Green+Blue) = 104+171+141=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB8D is #975472. Grayscale: #939393. Windows color (decimal): -9917555 or 9284456. OLE color: 9284456.
HSL color Cylindrical-coordinate representation of color #68AB8D: hue angle of 153.13º 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 #68AB8D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 141 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.33 |
| HSL | 153.13º | 0.29% | 0.54% | - |
| HSV(B) | 153.13º | 0.39% | 0.67% | - |
| XYZ | 25.08 | 33.99 | 30.44 | - |
| YUV | 147.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 141 | 0.39 | 0 | 0.18 | 0.33 | 153.13 | 0.29 | 0.54 |
| Hex | 68 | AB | 8D | 27 | 0 | 12 | 21 | 99 | 1D | 36 |
| Octal | 150 | 253 | 215 | 47 | 0 | 22 | 41 | 231 | 35 | 66 |
| Binary | 1101000 | 10101011 | 10001101 | 100111 | 0 | 10010 | 100001 | 10011001 | 11101 | 110110 |
Color Harmonies of #68AB8D
Complementary color
Monochromatic Colors of #68AB8D
Black with #68AB8D
Text Example
Text Example
White with #68AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB8D; }
p { color: rgb(104,171,141); }
H1.HeaderClassName
{
color: #68AB8D;
}
.AnyTagClassName
{
color: #68AB8D;
}
</style>
background-color css
<style>
a { background-color: #68AB8D; }
a { background-color: rgb(104,171,141); }
div.DivClassName
{
background-color: #68AB8D;
}
.BgClassName
{
background-color: #68AB8D;
}
</style>
border-color css
<style>
span { border-color: #68AB8D; }
span { border-color: rgb(104,171,141); }
td.TdClassName
{
border-color: #68AB8D;
}
.TagClassName
{
border-color: #68AB8D;
}
</style>