Shades of Keppel #63AB96
Tints of Keppel #63AB96
RGB
CMYK
RGB Variations
Color information
#63AB96 (or 0x63AB96) is known color: Keppel. HEX triplet: 63, AB and 96. RGB value is (99,171,150). Sum of RGB (Red+Green+Blue) = 99+171+150=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AB96 is #9C5469. Grayscale: #939393. Windows color (decimal): -10245226 or 9874275. OLE color: 9874275.
HSL color Cylindrical-coordinate representation of color #63AB96: hue angle of 162.5º degrees, saturation: 0.3, 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 #63AB96 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 150 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.33 |
| HSL | 162.5º | 0.3% | 0.53% | - |
| HSV(B) | 162.5º | 0.42% | 0.67% | - |
| XYZ | 25.21 | 33.98 | 34.08 | - |
| YUV | 147.08 | 129.65 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 150 | 0.42 | 0 | 0.12 | 0.33 | 162.5 | 0.3 | 0.53 |
| Hex | 63 | AB | 96 | 2A | 0 | C | 21 | A2 | 1E | 35 |
| Octal | 143 | 253 | 226 | 52 | 0 | 14 | 41 | 242 | 36 | 65 |
| Binary | 1100011 | 10101011 | 10010110 | 101010 | 0 | 1100 | 100001 | 10100010 | 11110 | 110101 |
Color Harmonies of #63AB96
Complementary color
Monochromatic Colors of #63AB96
Black with #63AB96
Text Example
Text Example
White with #63AB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AB96; }
p { color: rgb(99,171,150); }
H1.HeaderClassName
{
color: #63AB96;
}
.AnyTagClassName
{
color: #63AB96;
}
</style>
background-color css
<style>
a { background-color: #63AB96; }
a { background-color: rgb(99,171,150); }
div.DivClassName
{
background-color: #63AB96;
}
.BgClassName
{
background-color: #63AB96;
}
</style>
border-color css
<style>
span { border-color: #63AB96; }
span { border-color: rgb(99,171,150); }
td.TdClassName
{
border-color: #63AB96;
}
.TagClassName
{
border-color: #63AB96;
}
</style>