Shades of Cyprus #0E4747
Tints of Cyprus #0E4747
RGB
CMYK
RGB Variations
Color information
#0E4747 (or 0x0E4747) is known color: Cyprus. HEX triplet: 0E, 47 and 47. RGB value is (14,71,71). Sum of RGB (Red+Green+Blue) = 14+71+71=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #0E4747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4747 is #F1B8B8. Grayscale: #353535. Windows color (decimal): -15841465 or 4671246. OLE color: 4671246.
HSL color Cylindrical-coordinate representation of color #0E4747: hue angle of 180º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4747 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 71 | - |
| CMYK | 0.80 | 0 | 0 | 0.72 |
| HSL | 180º | 0.67% | 0.17% | - |
| HSV(B) | 180º | 0.8% | 0.28% | - |
| XYZ | 3.57 | 5.05 | 6.75 | - |
| YUV | 53.96 | 137.62 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 71 | 0.80 | 0 | 0 | 0.72 | 180 | 0.67 | 0.17 |
| Hex | E | 47 | 47 | 50 | 0 | 0 | 48 | B4 | 43 | 11 |
| Octal | 16 | 107 | 107 | 120 | 0 | 0 | 110 | 264 | 103 | 21 |
| Binary | 1110 | 1000111 | 1000111 | 1010000 | 0 | 0 | 1001000 | 10110100 | 1000011 | 10001 |
Color Harmonies of #0E4747
Complementary color
Monochromatic Colors of #0E4747
Black with #0E4747
Text Example
Text Example
White with #0E4747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4747; }
p { color: rgb(14,71,71); }
H1.HeaderClassName
{
color: #0E4747;
}
.AnyTagClassName
{
color: #0E4747;
}
</style>
background-color css
<style>
a { background-color: #0E4747; }
a { background-color: rgb(14,71,71); }
div.DivClassName
{
background-color: #0E4747;
}
.BgClassName
{
background-color: #0E4747;
}
</style>
border-color css
<style>
span { border-color: #0E4747; }
span { border-color: rgb(14,71,71); }
td.TdClassName
{
border-color: #0E4747;
}
.TagClassName
{
border-color: #0E4747;
}
</style>