Shades of Persian Green #05B28E
Tints of Persian Green #05B28E
RGB
CMYK
RGB Variations
Color information
#05B28E (or 0x05B28E) is known color: Persian Green. HEX triplet: 05, B2 and 8E. RGB value is (5,178,142). Sum of RGB (Red+Green+Blue) = 5+178+142=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 178 (69.92% from 255 or 54.77% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 178 - color contains mainly: green. Hex color #05B28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05B28E is #FA4D71. Grayscale: #7A7A7A. Windows color (decimal): -16403826 or 9351685. OLE color: 9351685.
HSL color Cylindrical-coordinate representation of color #05B28E: hue angle of 167.51º 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 #05B28E is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 178 | 142 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.30 |
| HSL | 167.51º | 0.95% | 0.36% | - |
| HSV(B) | 167.51º | 0.97% | 0.7% | - |
| XYZ | 20.87 | 33.83 | 31.02 | - |
| YUV | 122.17 | 139.19 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 142 | 0.97 | 0 | 0.20 | 0.30 | 167.51 | 0.95 | 0.36 |
| Hex | 5 | B2 | 8E | 61 | 0 | 14 | 1E | A8 | 5F | 24 |
| Octal | 5 | 262 | 216 | 141 | 0 | 24 | 36 | 250 | 137 | 44 |
| Binary | 101 | 10110010 | 10001110 | 1100001 | 0 | 10100 | 11110 | 10101000 | 1011111 | 100100 |
Color Harmonies of #05B28E
Complementary color
Monochromatic Colors of #05B28E
Black with #05B28E
Text Example
Text Example
White with #05B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B28E; }
p { color: rgb(5,178,142); }
H1.HeaderClassName
{
color: #05B28E;
}
.AnyTagClassName
{
color: #05B28E;
}
</style>
background-color css
<style>
a { background-color: #05B28E; }
a { background-color: rgb(5,178,142); }
div.DivClassName
{
background-color: #05B28E;
}
.BgClassName
{
background-color: #05B28E;
}
</style>
border-color css
<style>
span { border-color: #05B28E; }
span { border-color: rgb(5,178,142); }
td.TdClassName
{
border-color: #05B28E;
}
.TagClassName
{
border-color: #05B28E;
}
</style>