Shades of Keppel #63B39F
Tints of Keppel #63B39F
RGB
CMYK
RGB Variations
Color information
#63B39F (or 0x63B39F) is known color: Keppel. HEX triplet: 63, B3 and 9F. RGB value is (99,179,159). Sum of RGB (Red+Green+Blue) = 99+179+159=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #63B39F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B39F is #9C4C60. Grayscale: #989898. Windows color (decimal): -10243169 or 10466147. OLE color: 10466147.
HSL color Cylindrical-coordinate representation of color #63B39F: hue angle of 165º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63B39F is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 179 | 159 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.30 |
| HSL | 165º | 0.34% | 0.55% | - |
| HSV(B) | 165º | 0.45% | 0.7% | - |
| XYZ | 27.52 | 37.4 | 38.57 | - |
| YUV | 152.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 179 | 159 | 0.45 | 0 | 0.11 | 0.30 | 165 | 0.34 | 0.55 |
| Hex | 63 | B3 | 9F | 2D | 0 | B | 1E | A5 | 22 | 37 |
| Octal | 143 | 263 | 237 | 55 | 0 | 13 | 36 | 245 | 42 | 67 |
| Binary | 1100011 | 10110011 | 10011111 | 101101 | 0 | 1011 | 11110 | 10100101 | 100010 | 110111 |
Color Harmonies of #63B39F
Complementary color
Monochromatic Colors of #63B39F
Black with #63B39F
Text Example
Text Example
White with #63B39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B39F; }
p { color: rgb(99,179,159); }
H1.HeaderClassName
{
color: #63B39F;
}
.AnyTagClassName
{
color: #63B39F;
}
</style>
background-color css
<style>
a { background-color: #63B39F; }
a { background-color: rgb(99,179,159); }
div.DivClassName
{
background-color: #63B39F;
}
.BgClassName
{
background-color: #63B39F;
}
</style>
border-color css
<style>
span { border-color: #63B39F; }
span { border-color: rgb(99,179,159); }
td.TdClassName
{
border-color: #63B39F;
}
.TagClassName
{
border-color: #63B39F;
}
</style>