Shades of Cyprus #114E52
Tints of Cyprus #114E52
RGB
CMYK
RGB Variations
Color information
#114E52 (or 0x114E52) is known color: Cyprus. HEX triplet: 11, 4E and 52. RGB value is (17,78,82). Sum of RGB (Red+Green+Blue) = 17+78+82=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #114E52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E52 is #EEB1AD. Grayscale: #3C3C3C. Windows color (decimal): -15643054 or 5393937. OLE color: 5393937.
HSL color Cylindrical-coordinate representation of color #114E52: hue angle of 183.69º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114E52 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 78 | 82 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.68 |
| HSL | 183.69º | 0.66% | 0.19% | - |
| HSV(B) | 183.69º | 0.79% | 0.32% | - |
| XYZ | 4.48 | 6.18 | 8.94 | - |
| YUV | 60.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 82 | 0.79 | 0.05 | 0 | 0.68 | 183.69 | 0.66 | 0.19 |
| Hex | 11 | 4E | 52 | 4F | 5 | 0 | 44 | B8 | 42 | 13 |
| Octal | 21 | 116 | 122 | 117 | 5 | 0 | 104 | 270 | 102 | 23 |
| Binary | 10001 | 1001110 | 1010010 | 1001111 | 101 | 0 | 1000100 | 10111000 | 1000010 | 10011 |
Color Harmonies of #114E52
Complementary color
Monochromatic Colors of #114E52
Black with #114E52
Text Example
Text Example
White with #114E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E52; }
p { color: rgb(17,78,82); }
H1.HeaderClassName
{
color: #114E52;
}
.AnyTagClassName
{
color: #114E52;
}
</style>
background-color css
<style>
a { background-color: #114E52; }
a { background-color: rgb(17,78,82); }
div.DivClassName
{
background-color: #114E52;
}
.BgClassName
{
background-color: #114E52;
}
</style>
border-color css
<style>
span { border-color: #114E52; }
span { border-color: rgb(17,78,82); }
td.TdClassName
{
border-color: #114E52;
}
.TagClassName
{
border-color: #114E52;
}
</style>