Shades of Jade #03C168
Tints of Jade #03C168
RGB
CMYK
RGB Variations
Color information
#03C168 (or 0x03C168) is known color: Jade. HEX triplet: 03, C1 and 68. RGB value is (3,193,104). Sum of RGB (Red+Green+Blue) = 3+193+104=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #03C168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C168 is #FC3E97. Grayscale: #7E7E7E. Windows color (decimal): -16531096 or 6865155. OLE color: 6865155.
HSL color Cylindrical-coordinate representation of color #03C168: hue angle of 151.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C168 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 193 | 104 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.24 |
| HSL | 151.89º | 0.97% | 0.38% | - |
| HSV(B) | 151.89º | 0.98% | 0.76% | - |
| XYZ | 21.61 | 39.16 | 19.52 | - |
| YUV | 126.04 | 115.55 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 193 | 104 | 0.98 | 0 | 0.46 | 0.24 | 151.89 | 0.97 | 0.38 |
| Hex | 3 | C1 | 68 | 62 | 0 | 2E | 18 | 98 | 61 | 26 |
| Octal | 3 | 301 | 150 | 142 | 0 | 56 | 30 | 230 | 141 | 46 |
| Binary | 11 | 11000001 | 1101000 | 1100010 | 0 | 101110 | 11000 | 10011000 | 1100001 | 100110 |
Color Harmonies of #03C168
Complementary color
Monochromatic Colors of #03C168
Black with #03C168
Text Example
Text Example
White with #03C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C168; }
p { color: rgb(3,193,104); }
H1.HeaderClassName
{
color: #03C168;
}
.AnyTagClassName
{
color: #03C168;
}
</style>
background-color css
<style>
a { background-color: #03C168; }
a { background-color: rgb(3,193,104); }
div.DivClassName
{
background-color: #03C168;
}
.BgClassName
{
background-color: #03C168;
}
</style>
border-color css
<style>
span { border-color: #03C168; }
span { border-color: rgb(3,193,104); }
td.TdClassName
{
border-color: #03C168;
}
.TagClassName
{
border-color: #03C168;
}
</style>