Shades of Keppel #63AB9A
Tints of Keppel #63AB9A
RGB
CMYK
RGB Variations
Color information
#63AB9A (or 0x63AB9A) is known color: Keppel. HEX triplet: 63, AB and 9A. RGB value is (99,171,154). Sum of RGB (Red+Green+Blue) = 99+171+154=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AB9A is #9C5465. Grayscale: #939393. Windows color (decimal): -10245222 or 10136419. OLE color: 10136419.
HSL color Cylindrical-coordinate representation of color #63AB9A: hue angle of 165.83º 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 #63AB9A is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 154 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.33 |
| HSL | 165.83º | 0.3% | 0.53% | - |
| HSV(B) | 165.83º | 0.42% | 0.67% | - |
| XYZ | 25.54 | 34.11 | 35.81 | - |
| YUV | 147.53 | 131.65 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 154 | 0.42 | 0 | 0.10 | 0.33 | 165.83 | 0.3 | 0.53 |
| Hex | 63 | AB | 9A | 2A | 0 | A | 21 | A6 | 1E | 35 |
| Octal | 143 | 253 | 232 | 52 | 0 | 12 | 41 | 246 | 36 | 65 |
| Binary | 1100011 | 10101011 | 10011010 | 101010 | 0 | 1010 | 100001 | 10100110 | 11110 | 110101 |
Color Harmonies of #63AB9A
Complementary color
Monochromatic Colors of #63AB9A
Black with #63AB9A
Text Example
Text Example
White with #63AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AB9A; }
p { color: rgb(99,171,154); }
H1.HeaderClassName
{
color: #63AB9A;
}
.AnyTagClassName
{
color: #63AB9A;
}
</style>
background-color css
<style>
a { background-color: #63AB9A; }
a { background-color: rgb(99,171,154); }
div.DivClassName
{
background-color: #63AB9A;
}
.BgClassName
{
background-color: #63AB9A;
}
</style>
border-color css
<style>
span { border-color: #63AB9A; }
span { border-color: rgb(99,171,154); }
td.TdClassName
{
border-color: #63AB9A;
}
.TagClassName
{
border-color: #63AB9A;
}
</style>