Shades of Persian Green #00B59F
Tints of Persian Green #00B59F
RGB
CMYK
RGB Variations
Color information
#00B59F (or 0x00B59F) is known color: Persian Green. HEX triplet: 00, B5 and 9F. RGB value is (0,181,159). Sum of RGB (Red+Green+Blue) = 0+181+159=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #00B59F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B59F is #FF4A60. Grayscale: #7C7C7C. Windows color (decimal): -16730721 or 10466560. OLE color: 10466560.
HSL color Cylindrical-coordinate representation of color #00B59F: hue angle of 172.71º 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 #00B59F is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 159 | - |
| CMYK | 1 | 0 | 0.12 | 0.29 |
| HSL | 172.71º | 1% | 0.35% | - |
| HSV(B) | 172.71º | 1% | 0.71% | - |
| XYZ | 22.78 | 35.55 | 38.46 | - |
| YUV | 124.37 | 147.53 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 159 | 1 | 0 | 0.12 | 0.29 | 172.71 | 1 | 0.35 |
| Hex | 0 | B5 | 9F | 64 | 0 | C | 1D | AD | 64 | 23 |
| Octal | 0 | 265 | 237 | 144 | 0 | 14 | 35 | 255 | 144 | 43 |
| Binary | 0 | 10110101 | 10011111 | 1100100 | 0 | 1100 | 11101 | 10101101 | 1100100 | 100011 |
Color Harmonies of #00B59F
Complementary color
Monochromatic Colors of #00B59F
Black with #00B59F
Text Example
Text Example
White with #00B59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B59F; }
p { color: rgb(0,181,159); }
H1.HeaderClassName
{
color: #00B59F;
}
.AnyTagClassName
{
color: #00B59F;
}
</style>
background-color css
<style>
a { background-color: #00B59F; }
a { background-color: rgb(0,181,159); }
div.DivClassName
{
background-color: #00B59F;
}
.BgClassName
{
background-color: #00B59F;
}
</style>
border-color css
<style>
span { border-color: #00B59F; }
span { border-color: rgb(0,181,159); }
td.TdClassName
{
border-color: #00B59F;
}
.TagClassName
{
border-color: #00B59F;
}
</style>