Shades of Keppel #63AF9F
Tints of Keppel #63AF9F
RGB
CMYK
RGB Variations
Color information
#63AF9F (or 0x63AF9F) is known color: Keppel. HEX triplet: 63, AF and 9F. RGB value is (99,175,159). Sum of RGB (Red+Green+Blue) = 99+175+159=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AF9F is #9C5060. Grayscale: #969696. Windows color (decimal): -10244193 or 10465123. OLE color: 10465123.
HSL color Cylindrical-coordinate representation of color #63AF9F: hue angle of 167.37º 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 #63AF9F is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 175 | 159 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.31 |
| HSL | 167.37º | 0.32% | 0.54% | - |
| HSV(B) | 167.37º | 0.43% | 0.69% | - |
| XYZ | 26.73 | 35.82 | 38.31 | - |
| YUV | 150.45 | 132.82 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 159 | 0.43 | 0 | 0.09 | 0.31 | 167.37 | 0.32 | 0.54 |
| Hex | 63 | AF | 9F | 2B | 0 | 9 | 1F | A7 | 20 | 36 |
| Octal | 143 | 257 | 237 | 53 | 0 | 11 | 37 | 247 | 40 | 66 |
| Binary | 1100011 | 10101111 | 10011111 | 101011 | 0 | 1001 | 11111 | 10100111 | 100000 | 110110 |
Color Harmonies of #63AF9F
Complementary color
Monochromatic Colors of #63AF9F
Black with #63AF9F
Text Example
Text Example
White with #63AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AF9F; }
p { color: rgb(99,175,159); }
H1.HeaderClassName
{
color: #63AF9F;
}
.AnyTagClassName
{
color: #63AF9F;
}
</style>
background-color css
<style>
a { background-color: #63AF9F; }
a { background-color: rgb(99,175,159); }
div.DivClassName
{
background-color: #63AF9F;
}
.BgClassName
{
background-color: #63AF9F;
}
</style>
border-color css
<style>
span { border-color: #63AF9F; }
span { border-color: rgb(99,175,159); }
td.TdClassName
{
border-color: #63AF9F;
}
.TagClassName
{
border-color: #63AF9F;
}
</style>