Shades of Jade #13C068
Tints of Jade #13C068
RGB
CMYK
RGB Variations
Color information
#13C068 (or 0x13C068) is known color: Jade. HEX triplet: 13, C0 and 68. RGB value is (19,192,104). Sum of RGB (Red+Green+Blue) = 19+192+104=315 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.03% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #13C068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C068 is #EC3F97. Grayscale: #828282. Windows color (decimal): -15482776 or 6864915. OLE color: 6864915.
HSL color Cylindrical-coordinate representation of color #13C068: hue angle of 149.48º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C068 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 104 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.25 |
| HSL | 149.48º | 0.82% | 0.41% | - |
| HSV(B) | 149.48º | 0.9% | 0.75% | - |
| XYZ | 21.62 | 38.84 | 19.45 | - |
| YUV | 130.24 | 113.19 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 104 | 0.90 | 0 | 0.46 | 0.25 | 149.48 | 0.82 | 0.41 |
| Hex | 13 | C0 | 68 | 5A | 0 | 2E | 19 | 95 | 52 | 29 |
| Octal | 23 | 300 | 150 | 132 | 0 | 56 | 31 | 225 | 122 | 51 |
| Binary | 10011 | 11000000 | 1101000 | 1011010 | 0 | 101110 | 11001 | 10010101 | 1010010 | 101001 |
Color Harmonies of #13C068
Complementary color
Monochromatic Colors of #13C068
Black with #13C068
Text Example
Text Example
White with #13C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C068; }
p { color: rgb(19,192,104); }
H1.HeaderClassName
{
color: #13C068;
}
.AnyTagClassName
{
color: #13C068;
}
</style>
background-color css
<style>
a { background-color: #13C068; }
a { background-color: rgb(19,192,104); }
div.DivClassName
{
background-color: #13C068;
}
.BgClassName
{
background-color: #13C068;
}
</style>
border-color css
<style>
span { border-color: #13C068; }
span { border-color: rgb(19,192,104); }
td.TdClassName
{
border-color: #13C068;
}
.TagClassName
{
border-color: #13C068;
}
</style>