Shades of Mosque #0E5A4F
Tints of Mosque #0E5A4F
RGB
CMYK
RGB Variations
Color information
#0E5A4F (or 0x0E5A4F) is known color: Mosque. HEX triplet: 0E, 5A and 4F. RGB value is (14,90,79). Sum of RGB (Red+Green+Blue) = 14+90+79=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #0E5A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5A4F is #F1A5B0. Grayscale: #414141. Windows color (decimal): -15836593 or 5200398. OLE color: 5200398.
HSL color Cylindrical-coordinate representation of color #0E5A4F: hue angle of 171.32º 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 #0E5A4F is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 90 | 79 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.65 |
| HSL | 171.32º | 0.73% | 0.2% | - |
| HSV(B) | 171.32º | 0.84% | 0.35% | - |
| XYZ | 5.25 | 7.97 | 8.66 | - |
| YUV | 66.02 | 135.32 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 90 | 79 | 0.84 | 0 | 0.12 | 0.65 | 171.32 | 0.73 | 0.2 |
| Hex | E | 5A | 4F | 54 | 0 | C | 41 | AB | 49 | 14 |
| Octal | 16 | 132 | 117 | 124 | 0 | 14 | 101 | 253 | 111 | 24 |
| Binary | 1110 | 1011010 | 1001111 | 1010100 | 0 | 1100 | 1000001 | 10101011 | 1001001 | 10100 |
Color Harmonies of #0E5A4F
Complementary color
Monochromatic Colors of #0E5A4F
Black with #0E5A4F
Text Example
Text Example
White with #0E5A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5A4F; }
p { color: rgb(14,90,79); }
H1.HeaderClassName
{
color: #0E5A4F;
}
.AnyTagClassName
{
color: #0E5A4F;
}
</style>
background-color css
<style>
a { background-color: #0E5A4F; }
a { background-color: rgb(14,90,79); }
div.DivClassName
{
background-color: #0E5A4F;
}
.BgClassName
{
background-color: #0E5A4F;
}
</style>
border-color css
<style>
span { border-color: #0E5A4F; }
span { border-color: rgb(14,90,79); }
td.TdClassName
{
border-color: #0E5A4F;
}
.TagClassName
{
border-color: #0E5A4F;
}
</style>