Shades of Keppel #63AC9E
Tints of Keppel #63AC9E
RGB
CMYK
RGB Variations
Color information
#63AC9E (or 0x63AC9E) is known color: Keppel. HEX triplet: 63, AC and 9E. RGB value is (99,172,158). Sum of RGB (Red+Green+Blue) = 99+172+158=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #63AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AC9E is #9C5361. Grayscale: #949494. Windows color (decimal): -10244962 or 10398819. OLE color: 10398819.
HSL color Cylindrical-coordinate representation of color #63AC9E: hue angle of 168.49º degrees, saturation: 0.31, 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 #63AC9E is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 172 | 158 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.33 |
| HSL | 168.49º | 0.31% | 0.53% | - |
| HSV(B) | 168.49º | 0.42% | 0.67% | - |
| XYZ | 26.07 | 34.63 | 37.66 | - |
| YUV | 148.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 158 | 0.42 | 0 | 0.08 | 0.33 | 168.49 | 0.31 | 0.53 |
| Hex | 63 | AC | 9E | 2A | 0 | 8 | 21 | A8 | 1F | 35 |
| Octal | 143 | 254 | 236 | 52 | 0 | 10 | 41 | 250 | 37 | 65 |
| Binary | 1100011 | 10101100 | 10011110 | 101010 | 0 | 1000 | 100001 | 10101000 | 11111 | 110101 |
Color Harmonies of #63AC9E
Complementary color
Monochromatic Colors of #63AC9E
Black with #63AC9E
Text Example
Text Example
White with #63AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AC9E; }
p { color: rgb(99,172,158); }
H1.HeaderClassName
{
color: #63AC9E;
}
.AnyTagClassName
{
color: #63AC9E;
}
</style>
background-color css
<style>
a { background-color: #63AC9E; }
a { background-color: rgb(99,172,158); }
div.DivClassName
{
background-color: #63AC9E;
}
.BgClassName
{
background-color: #63AC9E;
}
</style>
border-color css
<style>
span { border-color: #63AC9E; }
span { border-color: rgb(99,172,158); }
td.TdClassName
{
border-color: #63AC9E;
}
.TagClassName
{
border-color: #63AC9E;
}
</style>