Shades of Acapulco #68A487
Tints of Acapulco #68A487
RGB
CMYK
RGB Variations
Color information
#68A487 (or 0x68A487) is known color: Acapulco. HEX triplet: 68, A4 and 87. RGB value is (104,164,135). Sum of RGB (Red+Green+Blue) = 104+164+135=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #68A487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A487 is #975B78. Grayscale: #8E8E8E. Windows color (decimal): -9919353 or 8889448. OLE color: 8889448.
HSL color Cylindrical-coordinate representation of color #68A487: hue angle of 151º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A487 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 135 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.36 |
| HSL | 151º | 0.25% | 0.53% | - |
| HSV(B) | 151º | 0.37% | 0.64% | - |
| XYZ | 23.36 | 31.24 | 27.72 | - |
| YUV | 142.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 135 | 0.37 | 0 | 0.18 | 0.36 | 151 | 0.25 | 0.53 |
| Hex | 68 | A4 | 87 | 25 | 0 | 12 | 24 | 97 | 19 | 35 |
| Octal | 150 | 244 | 207 | 45 | 0 | 22 | 44 | 227 | 31 | 65 |
| Binary | 1101000 | 10100100 | 10000111 | 100101 | 0 | 10010 | 100100 | 10010111 | 11001 | 110101 |
Color Harmonies of #68A487
Complementary color
Monochromatic Colors of #68A487
Black with #68A487
Text Example
Text Example
White with #68A487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A487; }
p { color: rgb(104,164,135); }
H1.HeaderClassName
{
color: #68A487;
}
.AnyTagClassName
{
color: #68A487;
}
</style>
background-color css
<style>
a { background-color: #68A487; }
a { background-color: rgb(104,164,135); }
div.DivClassName
{
background-color: #68A487;
}
.BgClassName
{
background-color: #68A487;
}
</style>
border-color css
<style>
span { border-color: #68A487; }
span { border-color: rgb(104,164,135); }
td.TdClassName
{
border-color: #68A487;
}
.TagClassName
{
border-color: #68A487;
}
</style>