Shades of Persian Green #0E9B9D
Tints of Persian Green #0E9B9D
RGB
CMYK
RGB Variations
Color information
#0E9B9D (or 0x0E9B9D) is known color: Persian Green. HEX triplet: 0E, 9B and 9D. RGB value is (14,155,157). Sum of RGB (Red+Green+Blue) = 14+155+157=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E9B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9B9D is #F16462. Grayscale: #707070. Windows color (decimal): -15819875 or 10328846. OLE color: 10328846.
HSL color Cylindrical-coordinate representation of color #0E9B9D: hue angle of 180.84º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B9D is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 155 | 157 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.38 |
| HSL | 180.84º | 0.84% | 0.34% | - |
| HSV(B) | 180.84º | 0.91% | 0.62% | - |
| XYZ | 17.99 | 25.97 | 35.96 | - |
| YUV | 113.07 | 152.79 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 155 | 157 | 0.91 | 0.01 | 0 | 0.38 | 180.84 | 0.84 | 0.34 |
| Hex | E | 9B | 9D | 5B | 1 | 0 | 26 | B5 | 54 | 22 |
| Octal | 16 | 233 | 235 | 133 | 1 | 0 | 46 | 265 | 124 | 42 |
| Binary | 1110 | 10011011 | 10011101 | 1011011 | 1 | 0 | 100110 | 10110101 | 1010100 | 100010 |
Color Harmonies of #0E9B9D
Complementary color
Monochromatic Colors of #0E9B9D
Black with #0E9B9D
Text Example
Text Example
White with #0E9B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9B9D; }
p { color: rgb(14,155,157); }
H1.HeaderClassName
{
color: #0E9B9D;
}
.AnyTagClassName
{
color: #0E9B9D;
}
</style>
background-color css
<style>
a { background-color: #0E9B9D; }
a { background-color: rgb(14,155,157); }
div.DivClassName
{
background-color: #0E9B9D;
}
.BgClassName
{
background-color: #0E9B9D;
}
</style>
border-color css
<style>
span { border-color: #0E9B9D; }
span { border-color: rgb(14,155,157); }
td.TdClassName
{
border-color: #0E9B9D;
}
.TagClassName
{
border-color: #0E9B9D;
}
</style>