Shades of Cyprus #0E584C
Tints of Cyprus #0E584C
RGB
CMYK
RGB Variations
Color information
#0E584C (or 0x0E584C) is known color: Cyprus. HEX triplet: 0E, 58 and 4C. RGB value is (14,88,76). Sum of RGB (Red+Green+Blue) = 14+88+76=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #0E584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E584C is #F1A7B3. Grayscale: #404040. Windows color (decimal): -15837108 or 5003278. OLE color: 5003278.
HSL color Cylindrical-coordinate representation of color #0E584C: hue angle of 170.27º 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 #0E584C is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 88 | 76 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.65 |
| HSL | 170.27º | 0.73% | 0.2% | - |
| HSV(B) | 170.27º | 0.84% | 0.35% | - |
| XYZ | 4.98 | 7.59 | 8.04 | - |
| YUV | 64.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 88 | 76 | 0.84 | 0 | 0.14 | 0.65 | 170.27 | 0.73 | 0.2 |
| Hex | E | 58 | 4C | 54 | 0 | E | 41 | AA | 49 | 14 |
| Octal | 16 | 130 | 114 | 124 | 0 | 16 | 101 | 252 | 111 | 24 |
| Binary | 1110 | 1011000 | 1001100 | 1010100 | 0 | 1110 | 1000001 | 10101010 | 1001001 | 10100 |
Color Harmonies of #0E584C
Complementary color
Monochromatic Colors of #0E584C
Black with #0E584C
Text Example
Text Example
White with #0E584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E584C; }
p { color: rgb(14,88,76); }
H1.HeaderClassName
{
color: #0E584C;
}
.AnyTagClassName
{
color: #0E584C;
}
</style>
background-color css
<style>
a { background-color: #0E584C; }
a { background-color: rgb(14,88,76); }
div.DivClassName
{
background-color: #0E584C;
}
.BgClassName
{
background-color: #0E584C;
}
</style>
border-color css
<style>
span { border-color: #0E584C; }
span { border-color: rgb(14,88,76); }
td.TdClassName
{
border-color: #0E584C;
}
.TagClassName
{
border-color: #0E584C;
}
</style>