Shades of Keppel #63BD9A
Tints of Keppel #63BD9A
RGB
CMYK
RGB Variations
Color information
#63BD9A (or 0x63BD9A) is known color: Keppel. HEX triplet: 63, BD and 9A. RGB value is (99,189,154). Sum of RGB (Red+Green+Blue) = 99+189+154=442 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.40% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BD9A is #9C4265. Grayscale: #9E9E9E. Windows color (decimal): -10240614 or 10141027. OLE color: 10141027.
HSL color Cylindrical-coordinate representation of color #63BD9A: hue angle of 156.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BD9A is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 154 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.26 |
| HSL | 156.67º | 0.41% | 0.56% | - |
| HSV(B) | 156.67º | 0.48% | 0.74% | - |
| XYZ | 29.18 | 41.38 | 37.02 | - |
| YUV | 158.1 | 125.68 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 154 | 0.48 | 0 | 0.19 | 0.26 | 156.67 | 0.41 | 0.56 |
| Hex | 63 | BD | 9A | 30 | 0 | 13 | 1A | 9D | 29 | 38 |
| Octal | 143 | 275 | 232 | 60 | 0 | 23 | 32 | 235 | 51 | 70 |
| Binary | 1100011 | 10111101 | 10011010 | 110000 | 0 | 10011 | 11010 | 10011101 | 101001 | 111000 |
Color Harmonies of #63BD9A
Complementary color
Monochromatic Colors of #63BD9A
Black with #63BD9A
Text Example
Text Example
White with #63BD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BD9A; }
p { color: rgb(99,189,154); }
H1.HeaderClassName
{
color: #63BD9A;
}
.AnyTagClassName
{
color: #63BD9A;
}
</style>
background-color css
<style>
a { background-color: #63BD9A; }
a { background-color: rgb(99,189,154); }
div.DivClassName
{
background-color: #63BD9A;
}
.BgClassName
{
background-color: #63BD9A;
}
</style>
border-color css
<style>
span { border-color: #63BD9A; }
span { border-color: rgb(99,189,154); }
td.TdClassName
{
border-color: #63BD9A;
}
.TagClassName
{
border-color: #63BD9A;
}
</style>