Shades of Acapulco #68A784
Tints of Acapulco #68A784
RGB
CMYK
RGB Variations
Color information
#68A784 (or 0x68A784) is known color: Acapulco. HEX triplet: 68, A7 and 84. RGB value is (104,167,132). Sum of RGB (Red+Green+Blue) = 104+167+132=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #68A784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A784 is #97587B. Grayscale: #909090. Windows color (decimal): -9918588 or 8693608. OLE color: 8693608.
HSL color Cylindrical-coordinate representation of color #68A784: hue angle of 146.67º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A784 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 132 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.35 |
| HSL | 146.67º | 0.26% | 0.53% | - |
| HSV(B) | 146.67º | 0.38% | 0.65% | - |
| XYZ | 23.69 | 32.25 | 26.81 | - |
| YUV | 144.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 132 | 0.38 | 0 | 0.21 | 0.35 | 146.67 | 0.26 | 0.53 |
| Hex | 68 | A7 | 84 | 26 | 0 | 15 | 23 | 93 | 1A | 35 |
| Octal | 150 | 247 | 204 | 46 | 0 | 25 | 43 | 223 | 32 | 65 |
| Binary | 1101000 | 10100111 | 10000100 | 100110 | 0 | 10101 | 100011 | 10010011 | 11010 | 110101 |
Color Harmonies of #68A784
Complementary color
Monochromatic Colors of #68A784
Black with #68A784
Text Example
Text Example
White with #68A784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A784; }
p { color: rgb(104,167,132); }
H1.HeaderClassName
{
color: #68A784;
}
.AnyTagClassName
{
color: #68A784;
}
</style>
background-color css
<style>
a { background-color: #68A784; }
a { background-color: rgb(104,167,132); }
div.DivClassName
{
background-color: #68A784;
}
.BgClassName
{
background-color: #68A784;
}
</style>
border-color css
<style>
span { border-color: #68A784; }
span { border-color: rgb(104,167,132); }
td.TdClassName
{
border-color: #68A784;
}
.TagClassName
{
border-color: #68A784;
}
</style>