Shades of Jade #03BB73
Tints of Jade #03BB73
RGB
CMYK
RGB Variations
Color information
#03BB73 (or 0x03BB73) is known color: Jade. HEX triplet: 03, BB and 73. RGB value is (3,187,115). Sum of RGB (Red+Green+Blue) = 3+187+115=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 187 (73.44% from 255 or 61.31% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BB73 is #FC448C. Grayscale: #7B7B7B. Windows color (decimal): -16532621 or 7584515. OLE color: 7584515.
HSL color Cylindrical-coordinate representation of color #03BB73: hue angle of 156.52º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BB73 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 187 | 115 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.27 |
| HSL | 156.52º | 0.97% | 0.37% | - |
| HSV(B) | 156.52º | 0.98% | 0.73% | - |
| XYZ | 20.9 | 36.8 | 22.22 | - |
| YUV | 123.78 | 123.04 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 115 | 0.98 | 0 | 0.39 | 0.27 | 156.52 | 0.97 | 0.37 |
| Hex | 3 | BB | 73 | 62 | 0 | 27 | 1B | 9D | 61 | 25 |
| Octal | 3 | 273 | 163 | 142 | 0 | 47 | 33 | 235 | 141 | 45 |
| Binary | 11 | 10111011 | 1110011 | 1100010 | 0 | 100111 | 11011 | 10011101 | 1100001 | 100101 |
Color Harmonies of #03BB73
Complementary color
Monochromatic Colors of #03BB73
Black with #03BB73
Text Example
Text Example
White with #03BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BB73; }
p { color: rgb(3,187,115); }
H1.HeaderClassName
{
color: #03BB73;
}
.AnyTagClassName
{
color: #03BB73;
}
</style>
background-color css
<style>
a { background-color: #03BB73; }
a { background-color: rgb(3,187,115); }
div.DivClassName
{
background-color: #03BB73;
}
.BgClassName
{
background-color: #03BB73;
}
</style>
border-color css
<style>
span { border-color: #03BB73; }
span { border-color: rgb(3,187,115); }
td.TdClassName
{
border-color: #03BB73;
}
.TagClassName
{
border-color: #03BB73;
}
</style>