Shades of Cyprus #0E594B
Tints of Cyprus #0E594B
RGB
CMYK
RGB Variations
Color information
#0E594B (or 0x0E594B) is known color: Cyprus. HEX triplet: 0E, 59 and 4B. RGB value is (14,89,75). Sum of RGB (Red+Green+Blue) = 14+89+75=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #0E594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E594B is #F1A6B4. Grayscale: #404040. Windows color (decimal): -15836853 or 4937998. OLE color: 4937998.
HSL color Cylindrical-coordinate representation of color #0E594B: hue angle of 168.8º 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 #0E594B is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 89 | 75 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.65 |
| HSL | 168.8º | 0.73% | 0.2% | - |
| HSV(B) | 168.8º | 0.84% | 0.35% | - |
| XYZ | 5.02 | 7.75 | 7.89 | - |
| YUV | 64.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 89 | 75 | 0.84 | 0 | 0.16 | 0.65 | 168.8 | 0.73 | 0.2 |
| Hex | E | 59 | 4B | 54 | 0 | 10 | 41 | A9 | 49 | 14 |
| Octal | 16 | 131 | 113 | 124 | 0 | 20 | 101 | 251 | 111 | 24 |
| Binary | 1110 | 1011001 | 1001011 | 1010100 | 0 | 10000 | 1000001 | 10101001 | 1001001 | 10100 |
Color Harmonies of #0E594B
Complementary color
Monochromatic Colors of #0E594B
Black with #0E594B
Text Example
Text Example
White with #0E594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E594B; }
p { color: rgb(14,89,75); }
H1.HeaderClassName
{
color: #0E594B;
}
.AnyTagClassName
{
color: #0E594B;
}
</style>
background-color css
<style>
a { background-color: #0E594B; }
a { background-color: rgb(14,89,75); }
div.DivClassName
{
background-color: #0E594B;
}
.BgClassName
{
background-color: #0E594B;
}
</style>
border-color css
<style>
span { border-color: #0E594B; }
span { border-color: rgb(14,89,75); }
td.TdClassName
{
border-color: #0E594B;
}
.TagClassName
{
border-color: #0E594B;
}
</style>