Shades of Acapulco #68A28E
Tints of Acapulco #68A28E
RGB
CMYK
RGB Variations
Color information
#68A28E (or 0x68A28E) is known color: Acapulco. HEX triplet: 68, A2 and 8E. RGB value is (104,162,142). Sum of RGB (Red+Green+Blue) = 104+162+142=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 162 - color contains mainly: green. Hex color #68A28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A28E is #975D71. Grayscale: #8E8E8E. Windows color (decimal): -9919858 or 9347688. OLE color: 9347688.
HSL color Cylindrical-coordinate representation of color #68A28E: hue angle of 159.31º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A28E is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 142 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.36 |
| HSL | 159.31º | 0.24% | 0.52% | - |
| HSV(B) | 159.31º | 0.36% | 0.64% | - |
| XYZ | 23.51 | 30.74 | 30.28 | - |
| YUV | 142.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 142 | 0.36 | 0 | 0.12 | 0.36 | 159.31 | 0.24 | 0.52 |
| Hex | 68 | A2 | 8E | 24 | 0 | C | 24 | 9F | 18 | 34 |
| Octal | 150 | 242 | 216 | 44 | 0 | 14 | 44 | 237 | 30 | 64 |
| Binary | 1101000 | 10100010 | 10001110 | 100100 | 0 | 1100 | 100100 | 10011111 | 11000 | 110100 |
Color Harmonies of #68A28E
Complementary color
Monochromatic Colors of #68A28E
Black with #68A28E
Text Example
Text Example
White with #68A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A28E; }
p { color: rgb(104,162,142); }
H1.HeaderClassName
{
color: #68A28E;
}
.AnyTagClassName
{
color: #68A28E;
}
</style>
background-color css
<style>
a { background-color: #68A28E; }
a { background-color: rgb(104,162,142); }
div.DivClassName
{
background-color: #68A28E;
}
.BgClassName
{
background-color: #68A28E;
}
</style>
border-color css
<style>
span { border-color: #68A28E; }
span { border-color: rgb(104,162,142); }
td.TdClassName
{
border-color: #68A28E;
}
.TagClassName
{
border-color: #68A28E;
}
</style>