Shades of Persian Green #05B2A8
Tints of Persian Green #05B2A8
RGB
CMYK
RGB Variations
Color information
#05B2A8 (or 0x05B2A8) is known color: Persian Green. HEX triplet: 05, B2 and A8. RGB value is (5,178,168). Sum of RGB (Red+Green+Blue) = 5+178+168=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #05B2A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05B2A8 is #FA4D57. Grayscale: #7D7D7D. Windows color (decimal): -16403800 or 11055621. OLE color: 11055621.
HSL color Cylindrical-coordinate representation of color #05B2A8: hue angle of 176.53º 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 #05B2A8 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 178 | 168 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.30 |
| HSL | 176.53º | 0.95% | 0.36% | - |
| HSV(B) | 176.53º | 0.97% | 0.7% | - |
| XYZ | 23.05 | 34.7 | 42.53 | - |
| YUV | 125.13 | 152.19 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 168 | 0.97 | 0 | 0.06 | 0.30 | 176.53 | 0.95 | 0.36 |
| Hex | 5 | B2 | A8 | 61 | 0 | 6 | 1E | B1 | 5F | 24 |
| Octal | 5 | 262 | 250 | 141 | 0 | 6 | 36 | 261 | 137 | 44 |
| Binary | 101 | 10110010 | 10101000 | 1100001 | 0 | 110 | 11110 | 10110001 | 1011111 | 100100 |
Color Harmonies of #05B2A8
Complementary color
Monochromatic Colors of #05B2A8
Black with #05B2A8
Text Example
Text Example
White with #05B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B2A8; }
p { color: rgb(5,178,168); }
H1.HeaderClassName
{
color: #05B2A8;
}
.AnyTagClassName
{
color: #05B2A8;
}
</style>
background-color css
<style>
a { background-color: #05B2A8; }
a { background-color: rgb(5,178,168); }
div.DivClassName
{
background-color: #05B2A8;
}
.BgClassName
{
background-color: #05B2A8;
}
</style>
border-color css
<style>
span { border-color: #05B2A8; }
span { border-color: rgb(5,178,168); }
td.TdClassName
{
border-color: #05B2A8;
}
.TagClassName
{
border-color: #05B2A8;
}
</style>