Shades of Jade #03BA6B
Tints of Jade #03BA6B
RGB
CMYK
RGB Variations
Color information
#03BA6B (or 0x03BA6B) is known color: Jade. HEX triplet: 03, BA and 6B. RGB value is (3,186,107). Sum of RGB (Red+Green+Blue) = 3+186+107=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA6B is #FC4594. Grayscale: #7A7A7A. Windows color (decimal): -16532885 or 7059971. OLE color: 7059971.
HSL color Cylindrical-coordinate representation of color #03BA6B: hue angle of 154.1º 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 #03BA6B is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 107 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.27 |
| HSL | 154.1º | 0.97% | 0.37% | - |
| HSV(B) | 154.1º | 0.98% | 0.73% | - |
| XYZ | 20.25 | 36.2 | 19.83 | - |
| YUV | 122.28 | 119.37 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 107 | 0.98 | 0 | 0.42 | 0.27 | 154.1 | 0.97 | 0.37 |
| Hex | 3 | BA | 6B | 62 | 0 | 2A | 1B | 9A | 61 | 25 |
| Octal | 3 | 272 | 153 | 142 | 0 | 52 | 33 | 232 | 141 | 45 |
| Binary | 11 | 10111010 | 1101011 | 1100010 | 0 | 101010 | 11011 | 10011010 | 1100001 | 100101 |
Color Harmonies of #03BA6B
Complementary color
Monochromatic Colors of #03BA6B
Black with #03BA6B
Text Example
Text Example
White with #03BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA6B; }
p { color: rgb(3,186,107); }
H1.HeaderClassName
{
color: #03BA6B;
}
.AnyTagClassName
{
color: #03BA6B;
}
</style>
background-color css
<style>
a { background-color: #03BA6B; }
a { background-color: rgb(3,186,107); }
div.DivClassName
{
background-color: #03BA6B;
}
.BgClassName
{
background-color: #03BA6B;
}
</style>
border-color css
<style>
span { border-color: #03BA6B; }
span { border-color: rgb(3,186,107); }
td.TdClassName
{
border-color: #03BA6B;
}
.TagClassName
{
border-color: #03BA6B;
}
</style>