Shades of Keppel #63AF99
Tints of Keppel #63AF99
RGB
CMYK
RGB Variations
Color information
#63AF99 (or 0x63AF99) is known color: Keppel. HEX triplet: 63, AF and 99. RGB value is (99,175,153). Sum of RGB (Red+Green+Blue) = 99+175+153=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AF99 is #9C5066. Grayscale: #959595. Windows color (decimal): -10244199 or 10071907. OLE color: 10071907.
HSL color Cylindrical-coordinate representation of color #63AF99: hue angle of 162.63º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AF99 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 153 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.31 |
| HSL | 162.63º | 0.32% | 0.54% | - |
| HSV(B) | 162.63º | 0.43% | 0.69% | - |
| XYZ | 26.23 | 35.61 | 35.63 | - |
| YUV | 149.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 153 | 0.43 | 0 | 0.13 | 0.31 | 162.63 | 0.32 | 0.54 |
| Hex | 63 | AF | 99 | 2B | 0 | D | 1F | A3 | 20 | 36 |
| Octal | 143 | 257 | 231 | 53 | 0 | 15 | 37 | 243 | 40 | 66 |
| Binary | 1100011 | 10101111 | 10011001 | 101011 | 0 | 1101 | 11111 | 10100011 | 100000 | 110110 |
Color Harmonies of #63AF99
Complementary color
Monochromatic Colors of #63AF99
Black with #63AF99
Text Example
Text Example
White with #63AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF99; }
p { color: rgb(99,175,153); }
H1.HeaderClassName
{
color: #63AF99;
}
.AnyTagClassName
{
color: #63AF99;
}
</style>
background-color css
<style>
a { background-color: #63AF99; }
a { background-color: rgb(99,175,153); }
div.DivClassName
{
background-color: #63AF99;
}
.BgClassName
{
background-color: #63AF99;
}
</style>
border-color css
<style>
span { border-color: #63AF99; }
span { border-color: rgb(99,175,153); }
td.TdClassName
{
border-color: #63AF99;
}
.TagClassName
{
border-color: #63AF99;
}
</style>