Shades of Jade #03BA77
Tints of Jade #03BA77
RGB
CMYK
RGB Variations
Color information
#03BA77 (or 0x03BA77) is known color: Jade. HEX triplet: 03, BA and 77. RGB value is (3,186,119). Sum of RGB (Red+Green+Blue) = 3+186+119=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA77 is #FC4588. Grayscale: #7B7B7B. Windows color (decimal): -16532873 or 7846403. OLE color: 7846403.
HSL color Cylindrical-coordinate representation of color #03BA77: hue angle of 158.03º 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 #03BA77 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 119 | - |
| CMYK | 0.98 | 0 | 0.36 | 0.27 |
| HSL | 158.03º | 0.97% | 0.37% | - |
| HSV(B) | 158.03º | 0.98% | 0.73% | - |
| XYZ | 20.93 | 36.47 | 23.39 | - |
| YUV | 123.65 | 125.37 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 119 | 0.98 | 0 | 0.36 | 0.27 | 158.03 | 0.97 | 0.37 |
| Hex | 3 | BA | 77 | 62 | 0 | 24 | 1B | 9E | 61 | 25 |
| Octal | 3 | 272 | 167 | 142 | 0 | 44 | 33 | 236 | 141 | 45 |
| Binary | 11 | 10111010 | 1110111 | 1100010 | 0 | 100100 | 11011 | 10011110 | 1100001 | 100101 |
Color Harmonies of #03BA77
Complementary color
Monochromatic Colors of #03BA77
Black with #03BA77
Text Example
Text Example
White with #03BA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA77; }
p { color: rgb(3,186,119); }
H1.HeaderClassName
{
color: #03BA77;
}
.AnyTagClassName
{
color: #03BA77;
}
</style>
background-color css
<style>
a { background-color: #03BA77; }
a { background-color: rgb(3,186,119); }
div.DivClassName
{
background-color: #03BA77;
}
.BgClassName
{
background-color: #03BA77;
}
</style>
border-color css
<style>
span { border-color: #03BA77; }
span { border-color: rgb(3,186,119); }
td.TdClassName
{
border-color: #03BA77;
}
.TagClassName
{
border-color: #03BA77;
}
</style>