Shades of Persian Green #0EB19B
Tints of Persian Green #0EB19B
RGB
CMYK
RGB Variations
Color information
#0EB19B (or 0x0EB19B) is known color: Persian Green. HEX triplet: 0E, B1 and 9B. RGB value is (14,177,155). Sum of RGB (Red+Green+Blue) = 14+177+155=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB19B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB19B is #F14E64. Grayscale: #7D7D7D. Windows color (decimal): -15814245 or 10203406. OLE color: 10203406.
HSL color Cylindrical-coordinate representation of color #0EB19B: hue angle of 171.9º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB19B is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 177 | 155 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.31 |
| HSL | 171.9º | 0.85% | 0.37% | - |
| HSV(B) | 171.9º | 0.92% | 0.69% | - |
| XYZ | 21.82 | 33.9 | 36.4 | - |
| YUV | 125.76 | 144.5 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 177 | 155 | 0.92 | 0 | 0.12 | 0.31 | 171.9 | 0.85 | 0.37 |
| Hex | E | B1 | 9B | 5C | 0 | C | 1F | AC | 55 | 25 |
| Octal | 16 | 261 | 233 | 134 | 0 | 14 | 37 | 254 | 125 | 45 |
| Binary | 1110 | 10110001 | 10011011 | 1011100 | 0 | 1100 | 11111 | 10101100 | 1010101 | 100101 |
Color Harmonies of #0EB19B
Complementary color
Monochromatic Colors of #0EB19B
Black with #0EB19B
Text Example
Text Example
White with #0EB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB19B; }
p { color: rgb(14,177,155); }
H1.HeaderClassName
{
color: #0EB19B;
}
.AnyTagClassName
{
color: #0EB19B;
}
</style>
background-color css
<style>
a { background-color: #0EB19B; }
a { background-color: rgb(14,177,155); }
div.DivClassName
{
background-color: #0EB19B;
}
.BgClassName
{
background-color: #0EB19B;
}
</style>
border-color css
<style>
span { border-color: #0EB19B; }
span { border-color: rgb(14,177,155); }
td.TdClassName
{
border-color: #0EB19B;
}
.TagClassName
{
border-color: #0EB19B;
}
</style>