Shades of Acapulco #63A68D
Tints of Acapulco #63A68D
RGB
CMYK
RGB Variations
Color information
#63A68D (or 0x63A68D) is known color: Acapulco. HEX triplet: 63, A6 and 8D. RGB value is (99,166,141). Sum of RGB (Red+Green+Blue) = 99+166+141=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #63A68D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A68D is #9C5972. Grayscale: #8F8F8F. Windows color (decimal): -10246515 or 9283171. OLE color: 9283171.
HSL color Cylindrical-coordinate representation of color #63A68D: hue angle of 157.61º 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 #63A68D is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 166 | 141 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.35 |
| HSL | 157.61º | 0.27% | 0.52% | - |
| HSV(B) | 157.61º | 0.4% | 0.65% | - |
| XYZ | 23.59 | 31.85 | 30.1 | - |
| YUV | 143.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 166 | 141 | 0.40 | 0 | 0.15 | 0.35 | 157.61 | 0.27 | 0.52 |
| Hex | 63 | A6 | 8D | 28 | 0 | F | 23 | 9E | 1B | 34 |
| Octal | 143 | 246 | 215 | 50 | 0 | 17 | 43 | 236 | 33 | 64 |
| Binary | 1100011 | 10100110 | 10001101 | 101000 | 0 | 1111 | 100011 | 10011110 | 11011 | 110100 |
Color Harmonies of #63A68D
Complementary color
Monochromatic Colors of #63A68D
Black with #63A68D
Text Example
Text Example
White with #63A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A68D; }
p { color: rgb(99,166,141); }
H1.HeaderClassName
{
color: #63A68D;
}
.AnyTagClassName
{
color: #63A68D;
}
</style>
background-color css
<style>
a { background-color: #63A68D; }
a { background-color: rgb(99,166,141); }
div.DivClassName
{
background-color: #63A68D;
}
.BgClassName
{
background-color: #63A68D;
}
</style>
border-color css
<style>
span { border-color: #63A68D; }
span { border-color: rgb(99,166,141); }
td.TdClassName
{
border-color: #63A68D;
}
.TagClassName
{
border-color: #63A68D;
}
</style>