Shades of Jade #02B27A
Tints of Jade #02B27A
RGB
CMYK
RGB Variations
Color information
#02B27A (or 0x02B27A) is known color: Jade. HEX triplet: 02, B2 and 7A. RGB value is (2,178,122). Sum of RGB (Red+Green+Blue) = 2+178+122=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #02B27A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B27A is #FD4D85. Grayscale: #777777. Windows color (decimal): -16600454 or 8040962. OLE color: 8040962.
HSL color Cylindrical-coordinate representation of color #02B27A: hue angle of 160.91º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B27A is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 178 | 122 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.30 |
| HSL | 160.91º | 0.98% | 0.35% | - |
| HSV(B) | 160.91º | 0.99% | 0.7% | - |
| XYZ | 19.46 | 33.26 | 23.81 | - |
| YUV | 118.99 | 129.69 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 178 | 122 | 0.99 | 0 | 0.31 | 0.30 | 160.91 | 0.98 | 0.35 |
| Hex | 2 | B2 | 7A | 63 | 0 | 1F | 1E | A1 | 62 | 23 |
| Octal | 2 | 262 | 172 | 143 | 0 | 37 | 36 | 241 | 142 | 43 |
| Binary | 10 | 10110010 | 1111010 | 1100011 | 0 | 11111 | 11110 | 10100001 | 1100010 | 100011 |
Color Harmonies of #02B27A
Complementary color
Monochromatic Colors of #02B27A
Black with #02B27A
Text Example
Text Example
White with #02B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B27A; }
p { color: rgb(2,178,122); }
H1.HeaderClassName
{
color: #02B27A;
}
.AnyTagClassName
{
color: #02B27A;
}
</style>
background-color css
<style>
a { background-color: #02B27A; }
a { background-color: rgb(2,178,122); }
div.DivClassName
{
background-color: #02B27A;
}
.BgClassName
{
background-color: #02B27A;
}
</style>
border-color css
<style>
span { border-color: #02B27A; }
span { border-color: rgb(2,178,122); }
td.TdClassName
{
border-color: #02B27A;
}
.TagClassName
{
border-color: #02B27A;
}
</style>