Shades of Jade #02B17A
Tints of Jade #02B17A
RGB
CMYK
RGB Variations
Color information
#02B17A (or 0x02B17A) is known color: Jade. HEX triplet: 02, B1 and 7A. RGB value is (2,177,122). Sum of RGB (Red+Green+Blue) = 2+177+122=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #02B17A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B17A is #FD4E85. Grayscale: #767676. Windows color (decimal): -16600710 or 8040706. OLE color: 8040706.
HSL color Cylindrical-coordinate representation of color #02B17A: hue angle of 161.14º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B17A is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 177 | 122 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.31 |
| HSL | 161.14º | 0.98% | 0.35% | - |
| HSV(B) | 161.14º | 0.99% | 0.69% | - |
| XYZ | 19.26 | 32.86 | 23.74 | - |
| YUV | 118.41 | 130.02 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 177 | 122 | 0.99 | 0 | 0.31 | 0.31 | 161.14 | 0.98 | 0.35 |
| Hex | 2 | B1 | 7A | 63 | 0 | 1F | 1F | A1 | 62 | 23 |
| Octal | 2 | 261 | 172 | 143 | 0 | 37 | 37 | 241 | 142 | 43 |
| Binary | 10 | 10110001 | 1111010 | 1100011 | 0 | 11111 | 11111 | 10100001 | 1100010 | 100011 |
Color Harmonies of #02B17A
Complementary color
Monochromatic Colors of #02B17A
Black with #02B17A
Text Example
Text Example
White with #02B17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B17A; }
p { color: rgb(2,177,122); }
H1.HeaderClassName
{
color: #02B17A;
}
.AnyTagClassName
{
color: #02B17A;
}
</style>
background-color css
<style>
a { background-color: #02B17A; }
a { background-color: rgb(2,177,122); }
div.DivClassName
{
background-color: #02B17A;
}
.BgClassName
{
background-color: #02B17A;
}
</style>
border-color css
<style>
span { border-color: #02B17A; }
span { border-color: rgb(2,177,122); }
td.TdClassName
{
border-color: #02B17A;
}
.TagClassName
{
border-color: #02B17A;
}
</style>