Shades of Acapulco #64AB90
Tints of Acapulco #64AB90
RGB
CMYK
RGB Variations
Color information
#64AB90 (or 0x64AB90) is known color: Acapulco. HEX triplet: 64, AB and 90. RGB value is (100,171,144). Sum of RGB (Red+Green+Blue) = 100+171+144=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AB90 is #9B546F. Grayscale: #929292. Windows color (decimal): -10179696 or 9481060. OLE color: 9481060.
HSL color Cylindrical-coordinate representation of color #64AB90: hue angle of 157.18º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AB90 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 144 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.33 |
| HSL | 157.18º | 0.3% | 0.53% | - |
| HSV(B) | 157.18º | 0.42% | 0.67% | - |
| XYZ | 24.85 | 33.85 | 31.61 | - |
| YUV | 146.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 144 | 0.42 | 0 | 0.16 | 0.33 | 157.18 | 0.3 | 0.53 |
| Hex | 64 | AB | 90 | 2A | 0 | 10 | 21 | 9D | 1E | 35 |
| Octal | 144 | 253 | 220 | 52 | 0 | 20 | 41 | 235 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10010000 | 101010 | 0 | 10000 | 100001 | 10011101 | 11110 | 110101 |
Color Harmonies of #64AB90
Complementary color
Monochromatic Colors of #64AB90
Black with #64AB90
Text Example
Text Example
White with #64AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB90; }
p { color: rgb(100,171,144); }
H1.HeaderClassName
{
color: #64AB90;
}
.AnyTagClassName
{
color: #64AB90;
}
</style>
background-color css
<style>
a { background-color: #64AB90; }
a { background-color: rgb(100,171,144); }
div.DivClassName
{
background-color: #64AB90;
}
.BgClassName
{
background-color: #64AB90;
}
</style>
border-color css
<style>
span { border-color: #64AB90; }
span { border-color: rgb(100,171,144); }
td.TdClassName
{
border-color: #64AB90;
}
.TagClassName
{
border-color: #64AB90;
}
</style>