Shades of Cyprus #114E4B
Tints of Cyprus #114E4B
RGB
CMYK
RGB Variations
Color information
#114E4B (or 0x114E4B) is known color: Cyprus. HEX triplet: 11, 4E and 4B. RGB value is (17,78,75). Sum of RGB (Red+Green+Blue) = 17+78+75=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #114E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E4B is #EEB1B4. Grayscale: #3B3B3B. Windows color (decimal): -15643061 or 4935185. OLE color: 4935185.
HSL color Cylindrical-coordinate representation of color #114E4B: hue angle of 177.05º degrees, saturation: 0.64, 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 #114E4B is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 78 | 75 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.69 |
| HSL | 177.05º | 0.64% | 0.19% | - |
| HSV(B) | 177.05º | 0.78% | 0.31% | - |
| XYZ | 4.23 | 6.08 | 7.61 | - |
| YUV | 59.42 | 136.79 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 75 | 0.78 | 0 | 0.04 | 0.69 | 177.05 | 0.64 | 0.19 |
| Hex | 11 | 4E | 4B | 4E | 0 | 4 | 45 | B1 | 40 | 13 |
| Octal | 21 | 116 | 113 | 116 | 0 | 4 | 105 | 261 | 100 | 23 |
| Binary | 10001 | 1001110 | 1001011 | 1001110 | 0 | 100 | 1000101 | 10110001 | 1000000 | 10011 |
Color Harmonies of #114E4B
Complementary color
Monochromatic Colors of #114E4B
Black with #114E4B
Text Example
Text Example
White with #114E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E4B; }
p { color: rgb(17,78,75); }
H1.HeaderClassName
{
color: #114E4B;
}
.AnyTagClassName
{
color: #114E4B;
}
</style>
background-color css
<style>
a { background-color: #114E4B; }
a { background-color: rgb(17,78,75); }
div.DivClassName
{
background-color: #114E4B;
}
.BgClassName
{
background-color: #114E4B;
}
</style>
border-color css
<style>
span { border-color: #114E4B; }
span { border-color: rgb(17,78,75); }
td.TdClassName
{
border-color: #114E4B;
}
.TagClassName
{
border-color: #114E4B;
}
</style>