Shades of Acapulco #68A38E
Tints of Acapulco #68A38E
RGB
CMYK
RGB Variations
Color information
#68A38E (or 0x68A38E) is known color: Acapulco. HEX triplet: 68, A3 and 8E. RGB value is (104,163,142). Sum of RGB (Red+Green+Blue) = 104+163+142=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 163 - color contains mainly: green. Hex color #68A38E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A38E is #975C71. Grayscale: #8E8E8E. Windows color (decimal): -9919602 or 9347944. OLE color: 9347944.
HSL color Cylindrical-coordinate representation of color #68A38E: hue angle of 158.64º 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 #68A38E is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 142 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.36 |
| HSL | 158.64º | 0.24% | 0.52% | - |
| HSV(B) | 158.64º | 0.36% | 0.64% | - |
| XYZ | 23.69 | 31.09 | 30.34 | - |
| YUV | 142.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 142 | 0.36 | 0 | 0.13 | 0.36 | 158.64 | 0.24 | 0.52 |
| Hex | 68 | A3 | 8E | 24 | 0 | D | 24 | 9F | 18 | 34 |
| Octal | 150 | 243 | 216 | 44 | 0 | 15 | 44 | 237 | 30 | 64 |
| Binary | 1101000 | 10100011 | 10001110 | 100100 | 0 | 1101 | 100100 | 10011111 | 11000 | 110100 |
Color Harmonies of #68A38E
Complementary color
Monochromatic Colors of #68A38E
Black with #68A38E
Text Example
Text Example
White with #68A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A38E; }
p { color: rgb(104,163,142); }
H1.HeaderClassName
{
color: #68A38E;
}
.AnyTagClassName
{
color: #68A38E;
}
</style>
background-color css
<style>
a { background-color: #68A38E; }
a { background-color: rgb(104,163,142); }
div.DivClassName
{
background-color: #68A38E;
}
.BgClassName
{
background-color: #68A38E;
}
</style>
border-color css
<style>
span { border-color: #68A38E; }
span { border-color: rgb(104,163,142); }
td.TdClassName
{
border-color: #68A38E;
}
.TagClassName
{
border-color: #68A38E;
}
</style>