Shades of Keppel #63BBA1
Tints of Keppel #63BBA1
RGB
CMYK
RGB Variations
Color information
#63BBA1 (or 0x63BBA1) is known color: Keppel. HEX triplet: 63, BB and A1. RGB value is (99,187,161). Sum of RGB (Red+Green+Blue) = 99+187+161=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #63BBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BBA1 is #9C445E. Grayscale: #9D9D9D. Windows color (decimal): -10241119 or 10599267. OLE color: 10599267.
HSL color Cylindrical-coordinate representation of color #63BBA1: hue angle of 162.27º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BBA1 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 187 | 161 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.27 |
| HSL | 162.27º | 0.39% | 0.56% | - |
| HSV(B) | 162.27º | 0.47% | 0.73% | - |
| XYZ | 29.35 | 40.77 | 40.04 | - |
| YUV | 157.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 187 | 161 | 0.47 | 0 | 0.14 | 0.27 | 162.27 | 0.39 | 0.56 |
| Hex | 63 | BB | A1 | 2F | 0 | E | 1B | A2 | 27 | 38 |
| Octal | 143 | 273 | 241 | 57 | 0 | 16 | 33 | 242 | 47 | 70 |
| Binary | 1100011 | 10111011 | 10100001 | 101111 | 0 | 1110 | 11011 | 10100010 | 100111 | 111000 |
Color Harmonies of #63BBA1
Complementary color
Monochromatic Colors of #63BBA1
Black with #63BBA1
Text Example
Text Example
White with #63BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BBA1; }
p { color: rgb(99,187,161); }
H1.HeaderClassName
{
color: #63BBA1;
}
.AnyTagClassName
{
color: #63BBA1;
}
</style>
background-color css
<style>
a { background-color: #63BBA1; }
a { background-color: rgb(99,187,161); }
div.DivClassName
{
background-color: #63BBA1;
}
.BgClassName
{
background-color: #63BBA1;
}
</style>
border-color css
<style>
span { border-color: #63BBA1; }
span { border-color: rgb(99,187,161); }
td.TdClassName
{
border-color: #63BBA1;
}
.TagClassName
{
border-color: #63BBA1;
}
</style>