Shades of Persian Green #00B584
Tints of Persian Green #00B584
RGB
CMYK
RGB Variations
Color information
#00B584 (or 0x00B584) is known color: Persian Green. HEX triplet: 00, B5 and 84. RGB value is (0,181,132). Sum of RGB (Red+Green+Blue) = 0+181+132=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #00B584 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B584 is #FF4A7B. Grayscale: #797979. Windows color (decimal): -16730748 or 8697088. OLE color: 8697088.
HSL color Cylindrical-coordinate representation of color #00B584: hue angle of 163.76º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B584 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 132 | - |
| CMYK | 1 | 0 | 0.27 | 0.29 |
| HSL | 163.76º | 1% | 0.35% | - |
| HSV(B) | 163.76º | 1% | 0.71% | - |
| XYZ | 20.69 | 34.71 | 27.44 | - |
| YUV | 121.3 | 134.03 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 132 | 1 | 0 | 0.27 | 0.29 | 163.76 | 1 | 0.35 |
| Hex | 0 | B5 | 84 | 64 | 0 | 1B | 1D | A4 | 64 | 23 |
| Octal | 0 | 265 | 204 | 144 | 0 | 33 | 35 | 244 | 144 | 43 |
| Binary | 0 | 10110101 | 10000100 | 1100100 | 0 | 11011 | 11101 | 10100100 | 1100100 | 100011 |
Color Harmonies of #00B584
Complementary color
Monochromatic Colors of #00B584
Black with #00B584
Text Example
Text Example
White with #00B584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B584; }
p { color: rgb(0,181,132); }
H1.HeaderClassName
{
color: #00B584;
}
.AnyTagClassName
{
color: #00B584;
}
</style>
background-color css
<style>
a { background-color: #00B584; }
a { background-color: rgb(0,181,132); }
div.DivClassName
{
background-color: #00B584;
}
.BgClassName
{
background-color: #00B584;
}
</style>
border-color css
<style>
span { border-color: #00B584; }
span { border-color: rgb(0,181,132); }
td.TdClassName
{
border-color: #00B584;
}
.TagClassName
{
border-color: #00B584;
}
</style>