Shades of Keppel #63BDA0
Tints of Keppel #63BDA0
RGB
CMYK
RGB Variations
Color information
#63BDA0 (or 0x63BDA0) is known color: Keppel. HEX triplet: 63, BD and A0. RGB value is (99,189,160). Sum of RGB (Red+Green+Blue) = 99+189+160=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #63BDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BDA0 is #9C425F. Grayscale: #9E9E9E. Windows color (decimal): -10240608 or 10534243. OLE color: 10534243.
HSL color Cylindrical-coordinate representation of color #63BDA0: hue angle of 160.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BDA0 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 160 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.26 |
| HSL | 160.67º | 0.41% | 0.56% | - |
| HSV(B) | 160.67º | 0.48% | 0.74% | - |
| XYZ | 29.69 | 41.59 | 39.72 | - |
| YUV | 158.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 160 | 0.48 | 0 | 0.15 | 0.26 | 160.67 | 0.41 | 0.56 |
| Hex | 63 | BD | A0 | 30 | 0 | F | 1A | A1 | 29 | 38 |
| Octal | 143 | 275 | 240 | 60 | 0 | 17 | 32 | 241 | 51 | 70 |
| Binary | 1100011 | 10111101 | 10100000 | 110000 | 0 | 1111 | 11010 | 10100001 | 101001 | 111000 |
Color Harmonies of #63BDA0
Complementary color
Monochromatic Colors of #63BDA0
Black with #63BDA0
Text Example
Text Example
White with #63BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDA0; }
p { color: rgb(99,189,160); }
H1.HeaderClassName
{
color: #63BDA0;
}
.AnyTagClassName
{
color: #63BDA0;
}
</style>
background-color css
<style>
a { background-color: #63BDA0; }
a { background-color: rgb(99,189,160); }
div.DivClassName
{
background-color: #63BDA0;
}
.BgClassName
{
background-color: #63BDA0;
}
</style>
border-color css
<style>
span { border-color: #63BDA0; }
span { border-color: rgb(99,189,160); }
td.TdClassName
{
border-color: #63BDA0;
}
.TagClassName
{
border-color: #63BDA0;
}
</style>