Shades of Jade #05B27C
Tints of Jade #05B27C
RGB
CMYK
RGB Variations
Color information
#05B27C (or 0x05B27C) is known color: Jade. HEX triplet: 05, B2 and 7C. RGB value is (5,178,124). Sum of RGB (Red+Green+Blue) = 5+178+124=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #05B27C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B27C is #FA4D83. Grayscale: #787878. Windows color (decimal): -16403844 or 8172037. OLE color: 8172037.
HSL color Cylindrical-coordinate representation of color #05B27C: hue angle of 161.27º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B27C is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 178 | 124 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.30 |
| HSL | 161.27º | 0.95% | 0.36% | - |
| HSV(B) | 161.27º | 0.97% | 0.7% | - |
| XYZ | 19.62 | 33.33 | 24.47 | - |
| YUV | 120.12 | 130.19 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 124 | 0.97 | 0 | 0.30 | 0.30 | 161.27 | 0.95 | 0.36 |
| Hex | 5 | B2 | 7C | 61 | 0 | 1E | 1E | A1 | 5F | 24 |
| Octal | 5 | 262 | 174 | 141 | 0 | 36 | 36 | 241 | 137 | 44 |
| Binary | 101 | 10110010 | 1111100 | 1100001 | 0 | 11110 | 11110 | 10100001 | 1011111 | 100100 |
Color Harmonies of #05B27C
Complementary color
Monochromatic Colors of #05B27C
Black with #05B27C
Text Example
Text Example
White with #05B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B27C; }
p { color: rgb(5,178,124); }
H1.HeaderClassName
{
color: #05B27C;
}
.AnyTagClassName
{
color: #05B27C;
}
</style>
background-color css
<style>
a { background-color: #05B27C; }
a { background-color: rgb(5,178,124); }
div.DivClassName
{
background-color: #05B27C;
}
.BgClassName
{
background-color: #05B27C;
}
</style>
border-color css
<style>
span { border-color: #05B27C; }
span { border-color: rgb(5,178,124); }
td.TdClassName
{
border-color: #05B27C;
}
.TagClassName
{
border-color: #05B27C;
}
</style>