Shades of Cyprus #114F47
Tints of Cyprus #114F47
RGB
CMYK
RGB Variations
Color information
#114F47 (or 0x114F47) is known color: Cyprus. HEX triplet: 11, 4F and 47. RGB value is (17,79,71). Sum of RGB (Red+Green+Blue) = 17+79+71=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #114F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F47 is #EEB0B8. Grayscale: #3B3B3B. Windows color (decimal): -15642809 or 4673297. OLE color: 4673297.
HSL color Cylindrical-coordinate representation of color #114F47: hue angle of 172.26º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114F47 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 79 | 71 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.69 |
| HSL | 172.26º | 0.65% | 0.19% | - |
| HSV(B) | 172.26º | 0.78% | 0.31% | - |
| XYZ | 4.16 | 6.17 | 6.93 | - |
| YUV | 59.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 71 | 0.78 | 0 | 0.10 | 0.69 | 172.26 | 0.65 | 0.19 |
| Hex | 11 | 4F | 47 | 4E | 0 | A | 45 | AC | 41 | 13 |
| Octal | 21 | 117 | 107 | 116 | 0 | 12 | 105 | 254 | 101 | 23 |
| Binary | 10001 | 1001111 | 1000111 | 1001110 | 0 | 1010 | 1000101 | 10101100 | 1000001 | 10011 |
Color Harmonies of #114F47
Complementary color
Monochromatic Colors of #114F47
Black with #114F47
Text Example
Text Example
White with #114F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F47; }
p { color: rgb(17,79,71); }
H1.HeaderClassName
{
color: #114F47;
}
.AnyTagClassName
{
color: #114F47;
}
</style>
background-color css
<style>
a { background-color: #114F47; }
a { background-color: rgb(17,79,71); }
div.DivClassName
{
background-color: #114F47;
}
.BgClassName
{
background-color: #114F47;
}
</style>
border-color css
<style>
span { border-color: #114F47; }
span { border-color: rgb(17,79,71); }
td.TdClassName
{
border-color: #114F47;
}
.TagClassName
{
border-color: #114F47;
}
</style>