Shades of Acapulco #68A484
Tints of Acapulco #68A484
RGB
CMYK
RGB Variations
Color information
#68A484 (or 0x68A484) is known color: Acapulco. HEX triplet: 68, A4 and 84. RGB value is (104,164,132). Sum of RGB (Red+Green+Blue) = 104+164+132=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #68A484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A484 is #975B7B. Grayscale: #8E8E8E. Windows color (decimal): -9919356 or 8692840. OLE color: 8692840.
HSL color Cylindrical-coordinate representation of color #68A484: hue angle of 148º 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 #68A484 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 132 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.36 |
| HSL | 148º | 0.25% | 0.53% | - |
| HSV(B) | 148º | 0.37% | 0.64% | - |
| XYZ | 23.15 | 31.16 | 26.62 | - |
| YUV | 142.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 132 | 0.37 | 0 | 0.20 | 0.36 | 148 | 0.25 | 0.53 |
| Hex | 68 | A4 | 84 | 25 | 0 | 14 | 24 | 94 | 19 | 35 |
| Octal | 150 | 244 | 204 | 45 | 0 | 24 | 44 | 224 | 31 | 65 |
| Binary | 1101000 | 10100100 | 10000100 | 100101 | 0 | 10100 | 100100 | 10010100 | 11001 | 110101 |
Color Harmonies of #68A484
Complementary color
Monochromatic Colors of #68A484
Black with #68A484
Text Example
Text Example
White with #68A484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A484; }
p { color: rgb(104,164,132); }
H1.HeaderClassName
{
color: #68A484;
}
.AnyTagClassName
{
color: #68A484;
}
</style>
background-color css
<style>
a { background-color: #68A484; }
a { background-color: rgb(104,164,132); }
div.DivClassName
{
background-color: #68A484;
}
.BgClassName
{
background-color: #68A484;
}
</style>
border-color css
<style>
span { border-color: #68A484; }
span { border-color: rgb(104,164,132); }
td.TdClassName
{
border-color: #68A484;
}
.TagClassName
{
border-color: #68A484;
}
</style>