Shades of Acapulco #64A48A
Tints of Acapulco #64A48A
RGB
CMYK
RGB Variations
Color information
#64A48A (or 0x64A48A) is known color: Acapulco. HEX triplet: 64, A4 and 8A. RGB value is (100,164,138). Sum of RGB (Red+Green+Blue) = 100+164+138=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #64A48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A48A is #9B5B75. Grayscale: #8D8D8D. Windows color (decimal): -10181494 or 9086052. OLE color: 9086052.
HSL color Cylindrical-coordinate representation of color #64A48A: hue angle of 155.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A48A is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 164 | 138 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.36 |
| HSL | 155.63º | 0.26% | 0.52% | - |
| HSV(B) | 155.63º | 0.39% | 0.64% | - |
| XYZ | 23.12 | 31.1 | 28.83 | - |
| YUV | 141.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 164 | 138 | 0.39 | 0 | 0.16 | 0.36 | 155.63 | 0.26 | 0.52 |
| Hex | 64 | A4 | 8A | 27 | 0 | 10 | 24 | 9C | 1A | 34 |
| Octal | 144 | 244 | 212 | 47 | 0 | 20 | 44 | 234 | 32 | 64 |
| Binary | 1100100 | 10100100 | 10001010 | 100111 | 0 | 10000 | 100100 | 10011100 | 11010 | 110100 |
Color Harmonies of #64A48A
Complementary color
Monochromatic Colors of #64A48A
Black with #64A48A
Text Example
Text Example
White with #64A48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A48A; }
p { color: rgb(100,164,138); }
H1.HeaderClassName
{
color: #64A48A;
}
.AnyTagClassName
{
color: #64A48A;
}
</style>
background-color css
<style>
a { background-color: #64A48A; }
a { background-color: rgb(100,164,138); }
div.DivClassName
{
background-color: #64A48A;
}
.BgClassName
{
background-color: #64A48A;
}
</style>
border-color css
<style>
span { border-color: #64A48A; }
span { border-color: rgb(100,164,138); }
td.TdClassName
{
border-color: #64A48A;
}
.TagClassName
{
border-color: #64A48A;
}
</style>