Shades of Patina #63A488
Tints of Patina #63A488
RGB
CMYK
RGB Variations
Color information
#63A488 (or 0x63A488) is known color: Patina. HEX triplet: 63, A4 and 88. RGB value is (99,164,136). Sum of RGB (Red+Green+Blue) = 99+164+136=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #63A488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A488 is #9C5B77. Grayscale: #8D8D8D. Windows color (decimal): -10247032 or 8954979. OLE color: 8954979.
HSL color Cylindrical-coordinate representation of color #63A488: hue angle of 154.15º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A488 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 136 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.36 |
| HSL | 154.15º | 0.26% | 0.52% | - |
| HSV(B) | 154.15º | 0.4% | 0.64% | - |
| XYZ | 22.86 | 30.98 | 28.07 | - |
| YUV | 141.37 | 124.97 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 136 | 0.40 | 0 | 0.17 | 0.36 | 154.15 | 0.26 | 0.52 |
| Hex | 63 | A4 | 88 | 28 | 0 | 11 | 24 | 9A | 1A | 34 |
| Octal | 143 | 244 | 210 | 50 | 0 | 21 | 44 | 232 | 32 | 64 |
| Binary | 1100011 | 10100100 | 10001000 | 101000 | 0 | 10001 | 100100 | 10011010 | 11010 | 110100 |
Color Harmonies of #63A488
Complementary color
Monochromatic Colors of #63A488
Black with #63A488
Text Example
Text Example
White with #63A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A488; }
p { color: rgb(99,164,136); }
H1.HeaderClassName
{
color: #63A488;
}
.AnyTagClassName
{
color: #63A488;
}
</style>
background-color css
<style>
a { background-color: #63A488; }
a { background-color: rgb(99,164,136); }
div.DivClassName
{
background-color: #63A488;
}
.BgClassName
{
background-color: #63A488;
}
</style>
border-color css
<style>
span { border-color: #63A488; }
span { border-color: rgb(99,164,136); }
td.TdClassName
{
border-color: #63A488;
}
.TagClassName
{
border-color: #63A488;
}
</style>