Shades of Acapulco #63AA8D
Tints of Acapulco #63AA8D
RGB
CMYK
RGB Variations
Color information
#63AA8D (or 0x63AA8D) is known color: Acapulco. HEX triplet: 63, AA and 8D. RGB value is (99,170,141). Sum of RGB (Red+Green+Blue) = 99+170+141=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AA8D is #9C5572. Grayscale: #919191. Windows color (decimal): -10245491 or 9284195. OLE color: 9284195.
HSL color Cylindrical-coordinate representation of color #63AA8D: hue angle of 155.49º degrees, saturation: 0.29, 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 #63AA8D is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 141 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.33 |
| HSL | 155.49º | 0.29% | 0.53% | - |
| HSV(B) | 155.49º | 0.42% | 0.67% | - |
| XYZ | 24.33 | 33.33 | 30.35 | - |
| YUV | 145.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 141 | 0.42 | 0 | 0.17 | 0.33 | 155.49 | 0.29 | 0.53 |
| Hex | 63 | AA | 8D | 2A | 0 | 11 | 21 | 9B | 1D | 35 |
| Octal | 143 | 252 | 215 | 52 | 0 | 21 | 41 | 233 | 35 | 65 |
| Binary | 1100011 | 10101010 | 10001101 | 101010 | 0 | 10001 | 100001 | 10011011 | 11101 | 110101 |
Color Harmonies of #63AA8D
Complementary color
Monochromatic Colors of #63AA8D
Black with #63AA8D
Text Example
Text Example
White with #63AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA8D; }
p { color: rgb(99,170,141); }
H1.HeaderClassName
{
color: #63AA8D;
}
.AnyTagClassName
{
color: #63AA8D;
}
</style>
background-color css
<style>
a { background-color: #63AA8D; }
a { background-color: rgb(99,170,141); }
div.DivClassName
{
background-color: #63AA8D;
}
.BgClassName
{
background-color: #63AA8D;
}
</style>
border-color css
<style>
span { border-color: #63AA8D; }
span { border-color: rgb(99,170,141); }
td.TdClassName
{
border-color: #63AA8D;
}
.TagClassName
{
border-color: #63AA8D;
}
</style>