Shades of Jade #13BC66
Tints of Jade #13BC66
RGB
CMYK
RGB Variations
Color information
#13BC66 (or 0x13BC66) is known color: Jade. HEX triplet: 13, BC and 66. RGB value is (19,188,102). Sum of RGB (Red+Green+Blue) = 19+188+102=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BC66 is #EC4399. Grayscale: #7F7F7F. Windows color (decimal): -15483802 or 6732819. OLE color: 6732819.
HSL color Cylindrical-coordinate representation of color #13BC66: hue angle of 149.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC66 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 102 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.26 |
| HSL | 149.47º | 0.82% | 0.41% | - |
| HSV(B) | 149.47º | 0.9% | 0.74% | - |
| XYZ | 20.65 | 37.06 | 18.64 | - |
| YUV | 127.67 | 113.51 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 102 | 0.90 | 0 | 0.46 | 0.26 | 149.47 | 0.82 | 0.41 |
| Hex | 13 | BC | 66 | 5A | 0 | 2E | 1A | 95 | 52 | 29 |
| Octal | 23 | 274 | 146 | 132 | 0 | 56 | 32 | 225 | 122 | 51 |
| Binary | 10011 | 10111100 | 1100110 | 1011010 | 0 | 101110 | 11010 | 10010101 | 1010010 | 101001 |
Color Harmonies of #13BC66
Complementary color
Monochromatic Colors of #13BC66
Black with #13BC66
Text Example
Text Example
White with #13BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC66; }
p { color: rgb(19,188,102); }
H1.HeaderClassName
{
color: #13BC66;
}
.AnyTagClassName
{
color: #13BC66;
}
</style>
background-color css
<style>
a { background-color: #13BC66; }
a { background-color: rgb(19,188,102); }
div.DivClassName
{
background-color: #13BC66;
}
.BgClassName
{
background-color: #13BC66;
}
</style>
border-color css
<style>
span { border-color: #13BC66; }
span { border-color: rgb(19,188,102); }
td.TdClassName
{
border-color: #13BC66;
}
.TagClassName
{
border-color: #13BC66;
}
</style>