Shades of Cyprus #0E524B
Tints of Cyprus #0E524B
RGB
CMYK
RGB Variations
Color information
#0E524B (or 0x0E524B) is known color: Cyprus. HEX triplet: 0E, 52 and 4B. RGB value is (14,82,75). Sum of RGB (Red+Green+Blue) = 14+82+75=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #0E524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E524B is #F1ADB4. Grayscale: #3C3C3C. Windows color (decimal): -15838645 or 4936206. OLE color: 4936206.
HSL color Cylindrical-coordinate representation of color #0E524B: hue angle of 173.82º 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 #0E524B is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 82 | 75 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.68 |
| HSL | 173.82º | 0.71% | 0.19% | - |
| HSV(B) | 173.82º | 0.83% | 0.32% | - |
| XYZ | 4.47 | 6.64 | 7.7 | - |
| YUV | 60.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 75 | 0.83 | 0 | 0.09 | 0.68 | 173.82 | 0.71 | 0.19 |
| Hex | E | 52 | 4B | 53 | 0 | 9 | 44 | AE | 47 | 13 |
| Octal | 16 | 122 | 113 | 123 | 0 | 11 | 104 | 256 | 107 | 23 |
| Binary | 1110 | 1010010 | 1001011 | 1010011 | 0 | 1001 | 1000100 | 10101110 | 1000111 | 10011 |
Color Harmonies of #0E524B
Complementary color
Monochromatic Colors of #0E524B
Black with #0E524B
Text Example
Text Example
White with #0E524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E524B; }
p { color: rgb(14,82,75); }
H1.HeaderClassName
{
color: #0E524B;
}
.AnyTagClassName
{
color: #0E524B;
}
</style>
background-color css
<style>
a { background-color: #0E524B; }
a { background-color: rgb(14,82,75); }
div.DivClassName
{
background-color: #0E524B;
}
.BgClassName
{
background-color: #0E524B;
}
</style>
border-color css
<style>
span { border-color: #0E524B; }
span { border-color: rgb(14,82,75); }
td.TdClassName
{
border-color: #0E524B;
}
.TagClassName
{
border-color: #0E524B;
}
</style>