Shades of Acapulco #64A58B
Tints of Acapulco #64A58B
RGB
CMYK
RGB Variations
Color information
#64A58B (or 0x64A58B) is known color: Acapulco. HEX triplet: 64, A5 and 8B. RGB value is (100,165,139). Sum of RGB (Red+Green+Blue) = 100+165+139=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #64A58B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A58B is #9B5A74. Grayscale: #8E8E8E. Windows color (decimal): -10181237 or 9151844. OLE color: 9151844.
HSL color Cylindrical-coordinate representation of color #64A58B: hue angle of 156º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A58B is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 165 | 139 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.35 |
| HSL | 156º | 0.27% | 0.52% | - |
| HSV(B) | 156º | 0.39% | 0.65% | - |
| XYZ | 23.37 | 31.48 | 29.27 | - |
| YUV | 142.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 165 | 139 | 0.39 | 0 | 0.16 | 0.35 | 156 | 0.27 | 0.52 |
| Hex | 64 | A5 | 8B | 27 | 0 | 10 | 23 | 9C | 1B | 34 |
| Octal | 144 | 245 | 213 | 47 | 0 | 20 | 43 | 234 | 33 | 64 |
| Binary | 1100100 | 10100101 | 10001011 | 100111 | 0 | 10000 | 100011 | 10011100 | 11011 | 110100 |
Color Harmonies of #64A58B
Complementary color
Monochromatic Colors of #64A58B
Black with #64A58B
Text Example
Text Example
White with #64A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A58B; }
p { color: rgb(100,165,139); }
H1.HeaderClassName
{
color: #64A58B;
}
.AnyTagClassName
{
color: #64A58B;
}
</style>
background-color css
<style>
a { background-color: #64A58B; }
a { background-color: rgb(100,165,139); }
div.DivClassName
{
background-color: #64A58B;
}
.BgClassName
{
background-color: #64A58B;
}
</style>
border-color css
<style>
span { border-color: #64A58B; }
span { border-color: rgb(100,165,139); }
td.TdClassName
{
border-color: #64A58B;
}
.TagClassName
{
border-color: #64A58B;
}
</style>