Shades of Jade #03BC7A
Tints of Jade #03BC7A
RGB
CMYK
RGB Variations
Color information
#03BC7A (or 0x03BC7A) is known color: Jade. HEX triplet: 03, BC and 7A. RGB value is (3,188,122). Sum of RGB (Red+Green+Blue) = 3+188+122=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC7A is #FC4385. Grayscale: #7D7D7D. Windows color (decimal): -16532358 or 8043523. OLE color: 8043523.
HSL color Cylindrical-coordinate representation of color #03BC7A: hue angle of 158.59º 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 #03BC7A is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 188 | 122 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.26 |
| HSL | 158.59º | 0.97% | 0.37% | - |
| HSV(B) | 158.59º | 0.98% | 0.74% | - |
| XYZ | 21.53 | 37.39 | 24.49 | - |
| YUV | 125.16 | 126.21 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 188 | 122 | 0.98 | 0 | 0.35 | 0.26 | 158.59 | 0.97 | 0.37 |
| Hex | 3 | BC | 7A | 62 | 0 | 23 | 1A | 9F | 61 | 25 |
| Octal | 3 | 274 | 172 | 142 | 0 | 43 | 32 | 237 | 141 | 45 |
| Binary | 11 | 10111100 | 1111010 | 1100010 | 0 | 100011 | 11010 | 10011111 | 1100001 | 100101 |
Color Harmonies of #03BC7A
Complementary color
Monochromatic Colors of #03BC7A
Black with #03BC7A
Text Example
Text Example
White with #03BC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BC7A; }
p { color: rgb(3,188,122); }
H1.HeaderClassName
{
color: #03BC7A;
}
.AnyTagClassName
{
color: #03BC7A;
}
</style>
background-color css
<style>
a { background-color: #03BC7A; }
a { background-color: rgb(3,188,122); }
div.DivClassName
{
background-color: #03BC7A;
}
.BgClassName
{
background-color: #03BC7A;
}
</style>
border-color css
<style>
span { border-color: #03BC7A; }
span { border-color: rgb(3,188,122); }
td.TdClassName
{
border-color: #03BC7A;
}
.TagClassName
{
border-color: #03BC7A;
}
</style>