Shades of Persian Green #05B48D
Tints of Persian Green #05B48D
RGB
CMYK
RGB Variations
Color information
#05B48D (or 0x05B48D) is known color: Persian Green. HEX triplet: 05, B4 and 8D. RGB value is (5,180,141). Sum of RGB (Red+Green+Blue) = 5+180+141=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #05B48D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B48D is #FA4B72. Grayscale: #7B7B7B. Windows color (decimal): -16403315 or 9286661. OLE color: 9286661.
HSL color Cylindrical-coordinate representation of color #05B48D: hue angle of 166.63º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B48D is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 180 | 141 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.29 |
| HSL | 166.63º | 0.95% | 0.36% | - |
| HSV(B) | 166.63º | 0.97% | 0.71% | - |
| XYZ | 21.19 | 34.6 | 30.76 | - |
| YUV | 123.23 | 138.02 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 180 | 141 | 0.97 | 0 | 0.22 | 0.29 | 166.63 | 0.95 | 0.36 |
| Hex | 5 | B4 | 8D | 61 | 0 | 16 | 1D | A7 | 5F | 24 |
| Octal | 5 | 264 | 215 | 141 | 0 | 26 | 35 | 247 | 137 | 44 |
| Binary | 101 | 10110100 | 10001101 | 1100001 | 0 | 10110 | 11101 | 10100111 | 1011111 | 100100 |
Color Harmonies of #05B48D
Complementary color
Monochromatic Colors of #05B48D
Black with #05B48D
Text Example
Text Example
White with #05B48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B48D; }
p { color: rgb(5,180,141); }
H1.HeaderClassName
{
color: #05B48D;
}
.AnyTagClassName
{
color: #05B48D;
}
</style>
background-color css
<style>
a { background-color: #05B48D; }
a { background-color: rgb(5,180,141); }
div.DivClassName
{
background-color: #05B48D;
}
.BgClassName
{
background-color: #05B48D;
}
</style>
border-color css
<style>
span { border-color: #05B48D; }
span { border-color: rgb(5,180,141); }
td.TdClassName
{
border-color: #05B48D;
}
.TagClassName
{
border-color: #05B48D;
}
</style>