Shades of Acapulco #68AC8D
Tints of Acapulco #68AC8D
RGB
CMYK
RGB Variations
Color information
#68AC8D (or 0x68AC8D) is known color: Acapulco. HEX triplet: 68, AC and 8D. RGB value is (104,172,141). Sum of RGB (Red+Green+Blue) = 104+172+141=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC8D is #975372. Grayscale: #949494. Windows color (decimal): -9917299 or 9284712. OLE color: 9284712.
HSL color Cylindrical-coordinate representation of color #68AC8D: hue angle of 152.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC8D is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 141 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.33 |
| HSL | 152.65º | 0.29% | 0.54% | - |
| HSV(B) | 152.65º | 0.4% | 0.67% | - |
| XYZ | 25.27 | 34.37 | 30.5 | - |
| YUV | 148.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 141 | 0.40 | 0 | 0.18 | 0.33 | 152.65 | 0.29 | 0.54 |
| Hex | 68 | AC | 8D | 28 | 0 | 12 | 21 | 99 | 1D | 36 |
| Octal | 150 | 254 | 215 | 50 | 0 | 22 | 41 | 231 | 35 | 66 |
| Binary | 1101000 | 10101100 | 10001101 | 101000 | 0 | 10010 | 100001 | 10011001 | 11101 | 110110 |
Color Harmonies of #68AC8D
Complementary color
Monochromatic Colors of #68AC8D
Black with #68AC8D
Text Example
Text Example
White with #68AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC8D; }
p { color: rgb(104,172,141); }
H1.HeaderClassName
{
color: #68AC8D;
}
.AnyTagClassName
{
color: #68AC8D;
}
</style>
background-color css
<style>
a { background-color: #68AC8D; }
a { background-color: rgb(104,172,141); }
div.DivClassName
{
background-color: #68AC8D;
}
.BgClassName
{
background-color: #68AC8D;
}
</style>
border-color css
<style>
span { border-color: #68AC8D; }
span { border-color: rgb(104,172,141); }
td.TdClassName
{
border-color: #68AC8D;
}
.TagClassName
{
border-color: #68AC8D;
}
</style>