Shades of Jade #03BC7B
Tints of Jade #03BC7B
RGB
CMYK
RGB Variations
Color information
#03BC7B (or 0x03BC7B) is known color: Jade. HEX triplet: 03, BC and 7B. RGB value is (3,188,123). Sum of RGB (Red+Green+Blue) = 3+188+123=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC7B is #FC4384. Grayscale: #7D7D7D. Windows color (decimal): -16532357 or 8109059. OLE color: 8109059.
HSL color Cylindrical-coordinate representation of color #03BC7B: hue angle of 158.92º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC7B is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 123 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.26 |
| HSL | 158.92º | 0.97% | 0.37% | - |
| HSV(B) | 158.92º | 0.98% | 0.74% | - |
| XYZ | 21.6 | 37.42 | 24.82 | - |
| YUV | 125.28 | 126.71 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 123 | 0.98 | 0 | 0.35 | 0.26 | 158.92 | 0.97 | 0.37 |
| Hex | 3 | BC | 7B | 62 | 0 | 23 | 1A | 9F | 61 | 25 |
| Octal | 3 | 274 | 173 | 142 | 0 | 43 | 32 | 237 | 141 | 45 |
| Binary | 11 | 10111100 | 1111011 | 1100010 | 0 | 100011 | 11010 | 10011111 | 1100001 | 100101 |
Color Harmonies of #03BC7B
Complementary color
Monochromatic Colors of #03BC7B
Black with #03BC7B
Text Example
Text Example
White with #03BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC7B; }
p { color: rgb(3,188,123); }
H1.HeaderClassName
{
color: #03BC7B;
}
.AnyTagClassName
{
color: #03BC7B;
}
</style>
background-color css
<style>
a { background-color: #03BC7B; }
a { background-color: rgb(3,188,123); }
div.DivClassName
{
background-color: #03BC7B;
}
.BgClassName
{
background-color: #03BC7B;
}
</style>
border-color css
<style>
span { border-color: #03BC7B; }
span { border-color: rgb(3,188,123); }
td.TdClassName
{
border-color: #03BC7B;
}
.TagClassName
{
border-color: #03BC7B;
}
</style>