Shades of Persian Green #0E9C8B
Tints of Persian Green #0E9C8B
RGB
CMYK
RGB Variations
Color information
#0E9C8B (or 0x0E9C8B) is known color: Persian Green. HEX triplet: 0E, 9C and 8B. RGB value is (14,156,139). Sum of RGB (Red+Green+Blue) = 14+156+139=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9C8B is #F16374. Grayscale: #6F6F6F. Windows color (decimal): -15819637 or 9149454. OLE color: 9149454.
HSL color Cylindrical-coordinate representation of color #0E9C8B: hue angle of 172.82º degrees, saturation: 0.84, 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 #0E9C8B is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 156 | 139 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.39 |
| HSL | 172.82º | 0.84% | 0.33% | - |
| HSV(B) | 172.82º | 0.91% | 0.61% | - |
| XYZ | 16.73 | 25.73 | 28.51 | - |
| YUV | 111.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 156 | 139 | 0.91 | 0 | 0.11 | 0.39 | 172.82 | 0.84 | 0.33 |
| Hex | E | 9C | 8B | 5B | 0 | B | 27 | AD | 54 | 21 |
| Octal | 16 | 234 | 213 | 133 | 0 | 13 | 47 | 255 | 124 | 41 |
| Binary | 1110 | 10011100 | 10001011 | 1011011 | 0 | 1011 | 100111 | 10101101 | 1010100 | 100001 |
Color Harmonies of #0E9C8B
Complementary color
Monochromatic Colors of #0E9C8B
Black with #0E9C8B
Text Example
Text Example
White with #0E9C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9C8B; }
p { color: rgb(14,156,139); }
H1.HeaderClassName
{
color: #0E9C8B;
}
.AnyTagClassName
{
color: #0E9C8B;
}
</style>
background-color css
<style>
a { background-color: #0E9C8B; }
a { background-color: rgb(14,156,139); }
div.DivClassName
{
background-color: #0E9C8B;
}
.BgClassName
{
background-color: #0E9C8B;
}
</style>
border-color css
<style>
span { border-color: #0E9C8B; }
span { border-color: rgb(14,156,139); }
td.TdClassName
{
border-color: #0E9C8B;
}
.TagClassName
{
border-color: #0E9C8B;
}
</style>