Shades of Keppel #63BC9E
Tints of Keppel #63BC9E
RGB
CMYK
RGB Variations
Color information
#63BC9E (or 0x63BC9E) is known color: Keppel. HEX triplet: 63, BC and 9E. RGB value is (99,188,158). Sum of RGB (Red+Green+Blue) = 99+188+158=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #63BC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BC9E is #9C4361. Grayscale: #9D9D9D. Windows color (decimal): -10240866 or 10402915. OLE color: 10402915.
HSL color Cylindrical-coordinate representation of color #63BC9E: hue angle of 159.78º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BC9E is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 158 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.26 |
| HSL | 159.78º | 0.4% | 0.56% | - |
| HSV(B) | 159.78º | 0.47% | 0.74% | - |
| XYZ | 29.3 | 41.09 | 38.73 | - |
| YUV | 157.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 158 | 0.47 | 0 | 0.16 | 0.26 | 159.78 | 0.4 | 0.56 |
| Hex | 63 | BC | 9E | 2F | 0 | 10 | 1A | A0 | 28 | 38 |
| Octal | 143 | 274 | 236 | 57 | 0 | 20 | 32 | 240 | 50 | 70 |
| Binary | 1100011 | 10111100 | 10011110 | 101111 | 0 | 10000 | 11010 | 10100000 | 101000 | 111000 |
Color Harmonies of #63BC9E
Complementary color
Monochromatic Colors of #63BC9E
Black with #63BC9E
Text Example
Text Example
White with #63BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BC9E; }
p { color: rgb(99,188,158); }
H1.HeaderClassName
{
color: #63BC9E;
}
.AnyTagClassName
{
color: #63BC9E;
}
</style>
background-color css
<style>
a { background-color: #63BC9E; }
a { background-color: rgb(99,188,158); }
div.DivClassName
{
background-color: #63BC9E;
}
.BgClassName
{
background-color: #63BC9E;
}
</style>
border-color css
<style>
span { border-color: #63BC9E; }
span { border-color: rgb(99,188,158); }
td.TdClassName
{
border-color: #63BC9E;
}
.TagClassName
{
border-color: #63BC9E;
}
</style>