Shades of Keppel #63BBA2
Tints of Keppel #63BBA2
RGB
CMYK
RGB Variations
Color information
#63BBA2 (or 0x63BBA2) is known color: Keppel. HEX triplet: 63, BB and A2. RGB value is (99,187,162). Sum of RGB (Red+Green+Blue) = 99+187+162=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #63BBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BBA2 is #9C445D. Grayscale: #9D9D9D. Windows color (decimal): -10241118 or 10664803. OLE color: 10664803.
HSL color Cylindrical-coordinate representation of color #63BBA2: hue angle of 162.95º 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 #63BBA2 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 187 | 162 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.27 |
| HSL | 162.95º | 0.39% | 0.56% | - |
| HSV(B) | 162.95º | 0.47% | 0.73% | - |
| XYZ | 29.44 | 40.8 | 40.51 | - |
| YUV | 157.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 187 | 162 | 0.47 | 0 | 0.13 | 0.27 | 162.95 | 0.39 | 0.56 |
| Hex | 63 | BB | A2 | 2F | 0 | D | 1B | A3 | 27 | 38 |
| Octal | 143 | 273 | 242 | 57 | 0 | 15 | 33 | 243 | 47 | 70 |
| Binary | 1100011 | 10111011 | 10100010 | 101111 | 0 | 1101 | 11011 | 10100011 | 100111 | 111000 |
Color Harmonies of #63BBA2
Complementary color
Monochromatic Colors of #63BBA2
Black with #63BBA2
Text Example
Text Example
White with #63BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BBA2; }
p { color: rgb(99,187,162); }
H1.HeaderClassName
{
color: #63BBA2;
}
.AnyTagClassName
{
color: #63BBA2;
}
</style>
background-color css
<style>
a { background-color: #63BBA2; }
a { background-color: rgb(99,187,162); }
div.DivClassName
{
background-color: #63BBA2;
}
.BgClassName
{
background-color: #63BBA2;
}
</style>
border-color css
<style>
span { border-color: #63BBA2; }
span { border-color: rgb(99,187,162); }
td.TdClassName
{
border-color: #63BBA2;
}
.TagClassName
{
border-color: #63BBA2;
}
</style>