Shades of Jade #03B666
Tints of Jade #03B666
RGB
CMYK
RGB Variations
Color information
#03B666 (or 0x03B666) is known color: Jade. HEX triplet: 03, B6 and 66. RGB value is (3,182,102). Sum of RGB (Red+Green+Blue) = 3+182+102=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 182 (71.48% from 255 or 63.41% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 182 - color contains mainly: green. Hex color #03B666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B666 is #FC4999. Grayscale: #777777. Windows color (decimal): -16533914 or 6731267. OLE color: 6731267.
HSL color Cylindrical-coordinate representation of color #03B666: hue angle of 153.18º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B666 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 182 | 102 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.29 |
| HSL | 153.18º | 0.97% | 0.36% | - |
| HSV(B) | 153.18º | 0.98% | 0.71% | - |
| XYZ | 19.16 | 34.43 | 18.21 | - |
| YUV | 119.36 | 118.2 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 182 | 102 | 0.98 | 0 | 0.44 | 0.29 | 153.18 | 0.97 | 0.36 |
| Hex | 3 | B6 | 66 | 62 | 0 | 2C | 1D | 99 | 61 | 24 |
| Octal | 3 | 266 | 146 | 142 | 0 | 54 | 35 | 231 | 141 | 44 |
| Binary | 11 | 10110110 | 1100110 | 1100010 | 0 | 101100 | 11101 | 10011001 | 1100001 | 100100 |
Color Harmonies of #03B666
Complementary color
Monochromatic Colors of #03B666
Black with #03B666
Text Example
Text Example
White with #03B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B666; }
p { color: rgb(3,182,102); }
H1.HeaderClassName
{
color: #03B666;
}
.AnyTagClassName
{
color: #03B666;
}
</style>
background-color css
<style>
a { background-color: #03B666; }
a { background-color: rgb(3,182,102); }
div.DivClassName
{
background-color: #03B666;
}
.BgClassName
{
background-color: #03B666;
}
</style>
border-color css
<style>
span { border-color: #03B666; }
span { border-color: rgb(3,182,102); }
td.TdClassName
{
border-color: #03B666;
}
.TagClassName
{
border-color: #03B666;
}
</style>