Shades of Acapulco #63A68E
Tints of Acapulco #63A68E
RGB
CMYK
RGB Variations
Color information
#63A68E (or 0x63A68E) is known color: Acapulco. HEX triplet: 63, A6 and 8E. RGB value is (99,166,142). Sum of RGB (Red+Green+Blue) = 99+166+142=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #63A68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A68E is #9C5971. Grayscale: #8F8F8F. Windows color (decimal): -10246514 or 9348707. OLE color: 9348707.
HSL color Cylindrical-coordinate representation of color #63A68E: hue angle of 158.51º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A68E is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 166 | 142 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.35 |
| HSL | 158.51º | 0.27% | 0.52% | - |
| HSV(B) | 158.51º | 0.4% | 0.65% | - |
| XYZ | 23.66 | 31.88 | 30.5 | - |
| YUV | 143.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 166 | 142 | 0.40 | 0 | 0.14 | 0.35 | 158.51 | 0.27 | 0.52 |
| Hex | 63 | A6 | 8E | 28 | 0 | E | 23 | 9F | 1B | 34 |
| Octal | 143 | 246 | 216 | 50 | 0 | 16 | 43 | 237 | 33 | 64 |
| Binary | 1100011 | 10100110 | 10001110 | 101000 | 0 | 1110 | 100011 | 10011111 | 11011 | 110100 |
Color Harmonies of #63A68E
Complementary color
Monochromatic Colors of #63A68E
Black with #63A68E
Text Example
Text Example
White with #63A68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A68E; }
p { color: rgb(99,166,142); }
H1.HeaderClassName
{
color: #63A68E;
}
.AnyTagClassName
{
color: #63A68E;
}
</style>
background-color css
<style>
a { background-color: #63A68E; }
a { background-color: rgb(99,166,142); }
div.DivClassName
{
background-color: #63A68E;
}
.BgClassName
{
background-color: #63A68E;
}
</style>
border-color css
<style>
span { border-color: #63A68E; }
span { border-color: rgb(99,166,142); }
td.TdClassName
{
border-color: #63A68E;
}
.TagClassName
{
border-color: #63A68E;
}
</style>