Shades of Cyprus #114F4B
Tints of Cyprus #114F4B
RGB
CMYK
RGB Variations
Color information
#114F4B (or 0x114F4B) is known color: Cyprus. HEX triplet: 11, 4F and 4B. RGB value is (17,79,75). Sum of RGB (Red+Green+Blue) = 17+79+75=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #114F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F4B is #EEB0B4. Grayscale: #3B3B3B. Windows color (decimal): -15642805 or 4935441. OLE color: 4935441.
HSL color Cylindrical-coordinate representation of color #114F4B: hue angle of 176.13º 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 #114F4B is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 79 | 75 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.69 |
| HSL | 176.13º | 0.65% | 0.19% | - |
| HSV(B) | 176.13º | 0.78% | 0.31% | - |
| XYZ | 4.3 | 6.22 | 7.63 | - |
| YUV | 60.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 75 | 0.78 | 0 | 0.05 | 0.69 | 176.13 | 0.65 | 0.19 |
| Hex | 11 | 4F | 4B | 4E | 0 | 5 | 45 | B0 | 41 | 13 |
| Octal | 21 | 117 | 113 | 116 | 0 | 5 | 105 | 260 | 101 | 23 |
| Binary | 10001 | 1001111 | 1001011 | 1001110 | 0 | 101 | 1000101 | 10110000 | 1000001 | 10011 |
Color Harmonies of #114F4B
Complementary color
Monochromatic Colors of #114F4B
Black with #114F4B
Text Example
Text Example
White with #114F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F4B; }
p { color: rgb(17,79,75); }
H1.HeaderClassName
{
color: #114F4B;
}
.AnyTagClassName
{
color: #114F4B;
}
</style>
background-color css
<style>
a { background-color: #114F4B; }
a { background-color: rgb(17,79,75); }
div.DivClassName
{
background-color: #114F4B;
}
.BgClassName
{
background-color: #114F4B;
}
</style>
border-color css
<style>
span { border-color: #114F4B; }
span { border-color: rgb(17,79,75); }
td.TdClassName
{
border-color: #114F4B;
}
.TagClassName
{
border-color: #114F4B;
}
</style>