Shades of Keppel #63AB9D
Tints of Keppel #63AB9D
RGB
CMYK
RGB Variations
Color information
#63AB9D (or 0x63AB9D) is known color: Keppel. HEX triplet: 63, AB and 9D. RGB value is (99,171,157). Sum of RGB (Red+Green+Blue) = 99+171+157=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AB9D is #9C5462. Grayscale: #939393. Windows color (decimal): -10245219 or 10333027. OLE color: 10333027.
HSL color Cylindrical-coordinate representation of color #63AB9D: hue angle of 168.33º 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 #63AB9D is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 157 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.33 |
| HSL | 168.33º | 0.3% | 0.53% | - |
| HSV(B) | 168.33º | 0.42% | 0.67% | - |
| XYZ | 25.79 | 34.21 | 37.14 | - |
| YUV | 147.88 | 133.15 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 157 | 0.42 | 0 | 0.08 | 0.33 | 168.33 | 0.3 | 0.53 |
| Hex | 63 | AB | 9D | 2A | 0 | 8 | 21 | A8 | 1E | 35 |
| Octal | 143 | 253 | 235 | 52 | 0 | 10 | 41 | 250 | 36 | 65 |
| Binary | 1100011 | 10101011 | 10011101 | 101010 | 0 | 1000 | 100001 | 10101000 | 11110 | 110101 |
Color Harmonies of #63AB9D
Complementary color
Monochromatic Colors of #63AB9D
Black with #63AB9D
Text Example
Text Example
White with #63AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AB9D; }
p { color: rgb(99,171,157); }
H1.HeaderClassName
{
color: #63AB9D;
}
.AnyTagClassName
{
color: #63AB9D;
}
</style>
background-color css
<style>
a { background-color: #63AB9D; }
a { background-color: rgb(99,171,157); }
div.DivClassName
{
background-color: #63AB9D;
}
.BgClassName
{
background-color: #63AB9D;
}
</style>
border-color css
<style>
span { border-color: #63AB9D; }
span { border-color: rgb(99,171,157); }
td.TdClassName
{
border-color: #63AB9D;
}
.TagClassName
{
border-color: #63AB9D;
}
</style>