Shades of Cyprus #0E524F
Tints of Cyprus #0E524F
RGB
CMYK
RGB Variations
Color information
#0E524F (or 0x0E524F) is known color: Cyprus. HEX triplet: 0E, 52 and 4F. RGB value is (14,82,79). Sum of RGB (Red+Green+Blue) = 14+82+79=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #0E524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E524F is #F1ADB0. Grayscale: #3D3D3D. Windows color (decimal): -15838641 or 5198350. OLE color: 5198350.
HSL color Cylindrical-coordinate representation of color #0E524F: hue angle of 177.35º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E524F is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 82 | 79 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.68 |
| HSL | 177.35º | 0.71% | 0.19% | - |
| HSV(B) | 177.35º | 0.83% | 0.32% | - |
| XYZ | 4.61 | 6.69 | 8.45 | - |
| YUV | 61.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 79 | 0.83 | 0 | 0.04 | 0.68 | 177.35 | 0.71 | 0.19 |
| Hex | E | 52 | 4F | 53 | 0 | 4 | 44 | B1 | 47 | 13 |
| Octal | 16 | 122 | 117 | 123 | 0 | 4 | 104 | 261 | 107 | 23 |
| Binary | 1110 | 1010010 | 1001111 | 1010011 | 0 | 100 | 1000100 | 10110001 | 1000111 | 10011 |
Color Harmonies of #0E524F
Complementary color
Monochromatic Colors of #0E524F
Black with #0E524F
Text Example
Text Example
White with #0E524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E524F; }
p { color: rgb(14,82,79); }
H1.HeaderClassName
{
color: #0E524F;
}
.AnyTagClassName
{
color: #0E524F;
}
</style>
background-color css
<style>
a { background-color: #0E524F; }
a { background-color: rgb(14,82,79); }
div.DivClassName
{
background-color: #0E524F;
}
.BgClassName
{
background-color: #0E524F;
}
</style>
border-color css
<style>
span { border-color: #0E524F; }
span { border-color: rgb(14,82,79); }
td.TdClassName
{
border-color: #0E524F;
}
.TagClassName
{
border-color: #0E524F;
}
</style>