Shades of Persian Green #0E9B8E
Tints of Persian Green #0E9B8E
RGB
CMYK
RGB Variations
Color information
#0E9B8E (or 0x0E9B8E) is known color: Persian Green. HEX triplet: 0E, 9B and 8E. RGB value is (14,155,142). Sum of RGB (Red+Green+Blue) = 14+155+142=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9B8E is #F16471. Grayscale: #6F6F6F. Windows color (decimal): -15819890 or 9345806. OLE color: 9345806.
HSL color Cylindrical-coordinate representation of color #0E9B8E: hue angle of 174.47º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B8E is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 155 | 142 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.39 |
| HSL | 174.47º | 0.83% | 0.33% | - |
| HSV(B) | 174.47º | 0.91% | 0.61% | - |
| XYZ | 16.78 | 25.49 | 29.63 | - |
| YUV | 111.36 | 145.29 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 155 | 142 | 0.91 | 0 | 0.08 | 0.39 | 174.47 | 0.83 | 0.33 |
| Hex | E | 9B | 8E | 5B | 0 | 8 | 27 | AE | 53 | 21 |
| Octal | 16 | 233 | 216 | 133 | 0 | 10 | 47 | 256 | 123 | 41 |
| Binary | 1110 | 10011011 | 10001110 | 1011011 | 0 | 1000 | 100111 | 10101110 | 1010011 | 100001 |
Color Harmonies of #0E9B8E
Complementary color
Monochromatic Colors of #0E9B8E
Black with #0E9B8E
Text Example
Text Example
White with #0E9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9B8E; }
p { color: rgb(14,155,142); }
H1.HeaderClassName
{
color: #0E9B8E;
}
.AnyTagClassName
{
color: #0E9B8E;
}
</style>
background-color css
<style>
a { background-color: #0E9B8E; }
a { background-color: rgb(14,155,142); }
div.DivClassName
{
background-color: #0E9B8E;
}
.BgClassName
{
background-color: #0E9B8E;
}
</style>
border-color css
<style>
span { border-color: #0E9B8E; }
span { border-color: rgb(14,155,142); }
td.TdClassName
{
border-color: #0E9B8E;
}
.TagClassName
{
border-color: #0E9B8E;
}
</style>