Shades of Persian Green #00B593
Tints of Persian Green #00B593
RGB
CMYK
RGB Variations
Color information
#00B593 (or 0x00B593) is known color: Persian Green. HEX triplet: 00, B5 and 93. RGB value is (0,181,147). Sum of RGB (Red+Green+Blue) = 0+181+147=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 181 (71.09% from 255 or 55.18% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 181 - color contains mainly: green. Hex color #00B593 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B593 is #FF4A6C. Grayscale: #7A7A7A. Windows color (decimal): -16730733 or 9680128. OLE color: 9680128.
HSL color Cylindrical-coordinate representation of color #00B593: hue angle of 168.73º 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 #00B593 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 147 | - |
| CMYK | 1 | 0 | 0.19 | 0.29 |
| HSL | 168.73º | 1% | 0.35% | - |
| HSV(B) | 168.73º | 1% | 0.71% | - |
| XYZ | 21.79 | 35.15 | 33.24 | - |
| YUV | 123.01 | 141.53 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 147 | 1 | 0 | 0.19 | 0.29 | 168.73 | 1 | 0.35 |
| Hex | 0 | B5 | 93 | 64 | 0 | 13 | 1D | A9 | 64 | 23 |
| Octal | 0 | 265 | 223 | 144 | 0 | 23 | 35 | 251 | 144 | 43 |
| Binary | 0 | 10110101 | 10010011 | 1100100 | 0 | 10011 | 11101 | 10101001 | 1100100 | 100011 |
Color Harmonies of #00B593
Complementary color
Monochromatic Colors of #00B593
Black with #00B593
Text Example
Text Example
White with #00B593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B593; }
p { color: rgb(0,181,147); }
H1.HeaderClassName
{
color: #00B593;
}
.AnyTagClassName
{
color: #00B593;
}
</style>
background-color css
<style>
a { background-color: #00B593; }
a { background-color: rgb(0,181,147); }
div.DivClassName
{
background-color: #00B593;
}
.BgClassName
{
background-color: #00B593;
}
</style>
border-color css
<style>
span { border-color: #00B593; }
span { border-color: rgb(0,181,147); }
td.TdClassName
{
border-color: #00B593;
}
.TagClassName
{
border-color: #00B593;
}
</style>