Shades of Acapulco #68A584
Tints of Acapulco #68A584
RGB
CMYK
RGB Variations
Color information
#68A584 (or 0x68A584) is known color: Acapulco. HEX triplet: 68, A5 and 84. RGB value is (104,165,132). Sum of RGB (Red+Green+Blue) = 104+165+132=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #68A584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A584 is #975A7B. Grayscale: #8F8F8F. Windows color (decimal): -9919100 or 8693096. OLE color: 8693096.
HSL color Cylindrical-coordinate representation of color #68A584: hue angle of 147.54º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A584 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 165 | 132 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.35 |
| HSL | 147.54º | 0.25% | 0.53% | - |
| HSV(B) | 147.54º | 0.37% | 0.65% | - |
| XYZ | 23.33 | 31.52 | 26.68 | - |
| YUV | 143 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 165 | 132 | 0.37 | 0 | 0.20 | 0.35 | 147.54 | 0.25 | 0.53 |
| Hex | 68 | A5 | 84 | 25 | 0 | 14 | 23 | 94 | 19 | 35 |
| Octal | 150 | 245 | 204 | 45 | 0 | 24 | 43 | 224 | 31 | 65 |
| Binary | 1101000 | 10100101 | 10000100 | 100101 | 0 | 10100 | 100011 | 10010100 | 11001 | 110101 |
Color Harmonies of #68A584
Complementary color
Monochromatic Colors of #68A584
Black with #68A584
Text Example
Text Example
White with #68A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A584; }
p { color: rgb(104,165,132); }
H1.HeaderClassName
{
color: #68A584;
}
.AnyTagClassName
{
color: #68A584;
}
</style>
background-color css
<style>
a { background-color: #68A584; }
a { background-color: rgb(104,165,132); }
div.DivClassName
{
background-color: #68A584;
}
.BgClassName
{
background-color: #68A584;
}
</style>
border-color css
<style>
span { border-color: #68A584; }
span { border-color: rgb(104,165,132); }
td.TdClassName
{
border-color: #68A584;
}
.TagClassName
{
border-color: #68A584;
}
</style>