Shades of Jade #14B06F
Tints of Jade #14B06F
RGB
CMYK
RGB Variations
Color information
#14B06F (or 0x14B06F) is known color: Jade. HEX triplet: 14, B0 and 6F. RGB value is (20,176,111). Sum of RGB (Red+Green+Blue) = 20+176+111=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 176 (69.14% from 255 or 57.33% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 176 - color contains mainly: green. Hex color #14B06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B06F is #EB4F90. Grayscale: #7A7A7A. Windows color (decimal): -15421329 or 7319572. OLE color: 7319572.
HSL color Cylindrical-coordinate representation of color #14B06F: hue angle of 155º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B06F is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 176 | 111 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.31 |
| HSL | 155º | 0.8% | 0.38% | - |
| HSV(B) | 155º | 0.89% | 0.69% | - |
| XYZ | 18.68 | 32.35 | 20.3 | - |
| YUV | 121.95 | 121.82 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 176 | 111 | 0.89 | 0 | 0.37 | 0.31 | 155 | 0.8 | 0.38 |
| Hex | 14 | B0 | 6F | 59 | 0 | 25 | 1F | 9B | 50 | 26 |
| Octal | 24 | 260 | 157 | 131 | 0 | 45 | 37 | 233 | 120 | 46 |
| Binary | 10100 | 10110000 | 1101111 | 1011001 | 0 | 100101 | 11111 | 10011011 | 1010000 | 100110 |
Color Harmonies of #14B06F
Complementary color
Monochromatic Colors of #14B06F
Black with #14B06F
Text Example
Text Example
White with #14B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B06F; }
p { color: rgb(20,176,111); }
H1.HeaderClassName
{
color: #14B06F;
}
.AnyTagClassName
{
color: #14B06F;
}
</style>
background-color css
<style>
a { background-color: #14B06F; }
a { background-color: rgb(20,176,111); }
div.DivClassName
{
background-color: #14B06F;
}
.BgClassName
{
background-color: #14B06F;
}
</style>
border-color css
<style>
span { border-color: #14B06F; }
span { border-color: rgb(20,176,111); }
td.TdClassName
{
border-color: #14B06F;
}
.TagClassName
{
border-color: #14B06F;
}
</style>