Shades of Jade #13B06F
Tints of Jade #13B06F
RGB
CMYK
RGB Variations
Color information
#13B06F (or 0x13B06F) is known color: Jade. HEX triplet: 13, B0 and 6F. RGB value is (19,176,111). Sum of RGB (Red+Green+Blue) = 19+176+111=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #13B06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B06F is #EC4F90. Grayscale: #797979. Windows color (decimal): -15486865 or 7319571. OLE color: 7319571.
HSL color Cylindrical-coordinate representation of color #13B06F: hue angle of 155.16º degrees, saturation: 0.81, 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 #13B06F is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 176 | 111 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.31 |
| HSL | 155.16º | 0.81% | 0.38% | - |
| HSV(B) | 155.16º | 0.89% | 0.69% | - |
| XYZ | 18.66 | 32.34 | 20.3 | - |
| YUV | 121.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 111 | 0.89 | 0 | 0.37 | 0.31 | 155.16 | 0.81 | 0.38 |
| Hex | 13 | B0 | 6F | 59 | 0 | 25 | 1F | 9B | 51 | 26 |
| Octal | 23 | 260 | 157 | 131 | 0 | 45 | 37 | 233 | 121 | 46 |
| Binary | 10011 | 10110000 | 1101111 | 1011001 | 0 | 100101 | 11111 | 10011011 | 1010001 | 100110 |
Color Harmonies of #13B06F
Complementary color
Monochromatic Colors of #13B06F
Black with #13B06F
Text Example
Text Example
White with #13B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B06F; }
p { color: rgb(19,176,111); }
H1.HeaderClassName
{
color: #13B06F;
}
.AnyTagClassName
{
color: #13B06F;
}
</style>
background-color css
<style>
a { background-color: #13B06F; }
a { background-color: rgb(19,176,111); }
div.DivClassName
{
background-color: #13B06F;
}
.BgClassName
{
background-color: #13B06F;
}
</style>
border-color css
<style>
span { border-color: #13B06F; }
span { border-color: rgb(19,176,111); }
td.TdClassName
{
border-color: #13B06F;
}
.TagClassName
{
border-color: #13B06F;
}
</style>