Shades of Acapulco #64AA8B
Tints of Acapulco #64AA8B
RGB
CMYK
RGB Variations
Color information
#64AA8B (or 0x64AA8B) is known color: Acapulco. HEX triplet: 64, AA and 8B. RGB value is (100,170,139). Sum of RGB (Red+Green+Blue) = 100+170+139=409 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.45% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AA8B is #9B5574. Grayscale: #919191. Windows color (decimal): -10179957 or 9153124. OLE color: 9153124.
HSL color Cylindrical-coordinate representation of color #64AA8B: hue angle of 153.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64AA8B is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 170 | 139 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.33 |
| HSL | 153.43º | 0.29% | 0.53% | - |
| HSV(B) | 153.43º | 0.41% | 0.67% | - |
| XYZ | 24.29 | 33.32 | 29.58 | - |
| YUV | 145.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 170 | 139 | 0.41 | 0 | 0.18 | 0.33 | 153.43 | 0.29 | 0.53 |
| Hex | 64 | AA | 8B | 29 | 0 | 12 | 21 | 99 | 1D | 35 |
| Octal | 144 | 252 | 213 | 51 | 0 | 22 | 41 | 231 | 35 | 65 |
| Binary | 1100100 | 10101010 | 10001011 | 101001 | 0 | 10010 | 100001 | 10011001 | 11101 | 110101 |
Color Harmonies of #64AA8B
Complementary color
Monochromatic Colors of #64AA8B
Black with #64AA8B
Text Example
Text Example
White with #64AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AA8B; }
p { color: rgb(100,170,139); }
H1.HeaderClassName
{
color: #64AA8B;
}
.AnyTagClassName
{
color: #64AA8B;
}
</style>
background-color css
<style>
a { background-color: #64AA8B; }
a { background-color: rgb(100,170,139); }
div.DivClassName
{
background-color: #64AA8B;
}
.BgClassName
{
background-color: #64AA8B;
}
</style>
border-color css
<style>
span { border-color: #64AA8B; }
span { border-color: rgb(100,170,139); }
td.TdClassName
{
border-color: #64AA8B;
}
.TagClassName
{
border-color: #64AA8B;
}
</style>