Shades of Jade #11C068
Tints of Jade #11C068
RGB
CMYK
RGB Variations
Color information
#11C068 (or 0x11C068) is known color: Jade. HEX triplet: 11, C0 and 68. RGB value is (17,192,104). Sum of RGB (Red+Green+Blue) = 17+192+104=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #11C068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C068 is #EE3F97. Grayscale: #818181. Windows color (decimal): -15613848 or 6864913. OLE color: 6864913.
HSL color Cylindrical-coordinate representation of color #11C068: hue angle of 149.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C068 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 104 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.25 |
| HSL | 149.83º | 0.84% | 0.41% | - |
| HSV(B) | 149.83º | 0.91% | 0.75% | - |
| XYZ | 21.58 | 38.82 | 19.45 | - |
| YUV | 129.64 | 113.52 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 104 | 0.91 | 0 | 0.46 | 0.25 | 149.83 | 0.84 | 0.41 |
| Hex | 11 | C0 | 68 | 5B | 0 | 2E | 19 | 96 | 54 | 29 |
| Octal | 21 | 300 | 150 | 133 | 0 | 56 | 31 | 226 | 124 | 51 |
| Binary | 10001 | 11000000 | 1101000 | 1011011 | 0 | 101110 | 11001 | 10010110 | 1010100 | 101001 |
Color Harmonies of #11C068
Complementary color
Monochromatic Colors of #11C068
Black with #11C068
Text Example
Text Example
White with #11C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C068; }
p { color: rgb(17,192,104); }
H1.HeaderClassName
{
color: #11C068;
}
.AnyTagClassName
{
color: #11C068;
}
</style>
background-color css
<style>
a { background-color: #11C068; }
a { background-color: rgb(17,192,104); }
div.DivClassName
{
background-color: #11C068;
}
.BgClassName
{
background-color: #11C068;
}
</style>
border-color css
<style>
span { border-color: #11C068; }
span { border-color: rgb(17,192,104); }
td.TdClassName
{
border-color: #11C068;
}
.TagClassName
{
border-color: #11C068;
}
</style>