Shades of Jade #03B066
Tints of Jade #03B066
RGB
CMYK
RGB Variations
Color information
#03B066 (or 0x03B066) is known color: Jade. HEX triplet: 03, B0 and 66. RGB value is (3,176,102). Sum of RGB (Red+Green+Blue) = 3+176+102=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 176 (69.14% from 255 or 62.63% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 176 - color contains mainly: green. Hex color #03B066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B066 is #FC4F99. Grayscale: #737373. Windows color (decimal): -16535450 or 6729731. OLE color: 6729731.
HSL color Cylindrical-coordinate representation of color #03B066: hue angle of 154.34º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B066 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 3 | 176 | 102 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.31 |
| HSL | 154.34º | 0.97% | 0.35% | - |
| HSV(B) | 154.34º | 0.98% | 0.69% | - |
| XYZ | 17.96 | 32.03 | 17.81 | - |
| YUV | 115.84 | 120.19 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 176 | 102 | 0.98 | 0 | 0.42 | 0.31 | 154.34 | 0.97 | 0.35 |
| Hex | 3 | B0 | 66 | 62 | 0 | 2A | 1F | 9A | 61 | 23 |
| Octal | 3 | 260 | 146 | 142 | 0 | 52 | 37 | 232 | 141 | 43 |
| Binary | 11 | 10110000 | 1100110 | 1100010 | 0 | 101010 | 11111 | 10011010 | 1100001 | 100011 |
Color Harmonies of #03B066
Complementary color
Monochromatic Colors of #03B066
Black with #03B066
Text Example
Text Example
White with #03B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B066; }
p { color: rgb(3,176,102); }
H1.HeaderClassName
{
color: #03B066;
}
.AnyTagClassName
{
color: #03B066;
}
</style>
background-color css
<style>
a { background-color: #03B066; }
a { background-color: rgb(3,176,102); }
div.DivClassName
{
background-color: #03B066;
}
.BgClassName
{
background-color: #03B066;
}
</style>
border-color css
<style>
span { border-color: #03B066; }
span { border-color: rgb(3,176,102); }
td.TdClassName
{
border-color: #03B066;
}
.TagClassName
{
border-color: #03B066;
}
</style>