Shades of Mosque #0E5A4E
Tints of Mosque #0E5A4E
RGB
CMYK
RGB Variations
Color information
#0E5A4E (or 0x0E5A4E) is known color: Mosque. HEX triplet: 0E, 5A and 4E. RGB value is (14,90,78). Sum of RGB (Red+Green+Blue) = 14+90+78=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #0E5A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5A4E is #F1A5B1. Grayscale: #414141. Windows color (decimal): -15836594 or 5134862. OLE color: 5134862.
HSL color Cylindrical-coordinate representation of color #0E5A4E: hue angle of 170.53º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5A4E is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 90 | 78 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.65 |
| HSL | 170.53º | 0.73% | 0.2% | - |
| HSV(B) | 170.53º | 0.84% | 0.35% | - |
| XYZ | 5.21 | 7.96 | 8.47 | - |
| YUV | 65.91 | 134.82 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 90 | 78 | 0.84 | 0 | 0.13 | 0.65 | 170.53 | 0.73 | 0.2 |
| Hex | E | 5A | 4E | 54 | 0 | D | 41 | AB | 49 | 14 |
| Octal | 16 | 132 | 116 | 124 | 0 | 15 | 101 | 253 | 111 | 24 |
| Binary | 1110 | 1011010 | 1001110 | 1010100 | 0 | 1101 | 1000001 | 10101011 | 1001001 | 10100 |
Color Harmonies of #0E5A4E
Complementary color
Monochromatic Colors of #0E5A4E
Black with #0E5A4E
Text Example
Text Example
White with #0E5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5A4E; }
p { color: rgb(14,90,78); }
H1.HeaderClassName
{
color: #0E5A4E;
}
.AnyTagClassName
{
color: #0E5A4E;
}
</style>
background-color css
<style>
a { background-color: #0E5A4E; }
a { background-color: rgb(14,90,78); }
div.DivClassName
{
background-color: #0E5A4E;
}
.BgClassName
{
background-color: #0E5A4E;
}
</style>
border-color css
<style>
span { border-color: #0E5A4E; }
span { border-color: rgb(14,90,78); }
td.TdClassName
{
border-color: #0E5A4E;
}
.TagClassName
{
border-color: #0E5A4E;
}
</style>