Shades of Persian Green #0E9B8B
Tints of Persian Green #0E9B8B
RGB
CMYK
RGB Variations
Color information
#0E9B8B (or 0x0E9B8B) is known color: Persian Green. HEX triplet: 0E, 9B and 8B. RGB value is (14,155,139). Sum of RGB (Red+Green+Blue) = 14+155+139=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9B8B is #F16474. Grayscale: #6E6E6E. Windows color (decimal): -15819893 or 9149198. OLE color: 9149198.
HSL color Cylindrical-coordinate representation of color #0E9B8B: hue angle of 173.19º 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 #0E9B8B is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 155 | 139 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.39 |
| HSL | 173.19º | 0.83% | 0.33% | - |
| HSV(B) | 173.19º | 0.91% | 0.61% | - |
| XYZ | 16.56 | 25.4 | 28.46 | - |
| YUV | 111.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 155 | 139 | 0.91 | 0 | 0.10 | 0.39 | 173.19 | 0.83 | 0.33 |
| Hex | E | 9B | 8B | 5B | 0 | A | 27 | AD | 53 | 21 |
| Octal | 16 | 233 | 213 | 133 | 0 | 12 | 47 | 255 | 123 | 41 |
| Binary | 1110 | 10011011 | 10001011 | 1011011 | 0 | 1010 | 100111 | 10101101 | 1010011 | 100001 |
Color Harmonies of #0E9B8B
Complementary color
Monochromatic Colors of #0E9B8B
Black with #0E9B8B
Text Example
Text Example
White with #0E9B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9B8B; }
p { color: rgb(14,155,139); }
H1.HeaderClassName
{
color: #0E9B8B;
}
.AnyTagClassName
{
color: #0E9B8B;
}
</style>
background-color css
<style>
a { background-color: #0E9B8B; }
a { background-color: rgb(14,155,139); }
div.DivClassName
{
background-color: #0E9B8B;
}
.BgClassName
{
background-color: #0E9B8B;
}
</style>
border-color css
<style>
span { border-color: #0E9B8B; }
span { border-color: rgb(14,155,139); }
td.TdClassName
{
border-color: #0E9B8B;
}
.TagClassName
{
border-color: #0E9B8B;
}
</style>