Shades of Cyprus #114C4A
Tints of Cyprus #114C4A
RGB
CMYK
RGB Variations
Color information
#114C4A (or 0x114C4A) is known color: Cyprus. HEX triplet: 11, 4C and 4A. RGB value is (17,76,74). Sum of RGB (Red+Green+Blue) = 17+76+74=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #114C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C4A is #EEB3B5. Grayscale: #3A3A3A. Windows color (decimal): -15643574 or 4869137. OLE color: 4869137.
HSL color Cylindrical-coordinate representation of color #114C4A: hue angle of 177.97º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114C4A is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 76 | 74 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.70 |
| HSL | 177.97º | 0.63% | 0.18% | - |
| HSV(B) | 177.97º | 0.78% | 0.3% | - |
| XYZ | 4.05 | 5.78 | 7.38 | - |
| YUV | 58.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 74 | 0.78 | 0 | 0.03 | 0.70 | 177.97 | 0.63 | 0.18 |
| Hex | 11 | 4C | 4A | 4E | 0 | 3 | 46 | B2 | 3F | 12 |
| Octal | 21 | 114 | 112 | 116 | 0 | 3 | 106 | 262 | 77 | 22 |
| Binary | 10001 | 1001100 | 1001010 | 1001110 | 0 | 11 | 1000110 | 10110010 | 111111 | 10010 |
Color Harmonies of #114C4A
Complementary color
Monochromatic Colors of #114C4A
Black with #114C4A
Text Example
Text Example
White with #114C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C4A; }
p { color: rgb(17,76,74); }
H1.HeaderClassName
{
color: #114C4A;
}
.AnyTagClassName
{
color: #114C4A;
}
</style>
background-color css
<style>
a { background-color: #114C4A; }
a { background-color: rgb(17,76,74); }
div.DivClassName
{
background-color: #114C4A;
}
.BgClassName
{
background-color: #114C4A;
}
</style>
border-color css
<style>
span { border-color: #114C4A; }
span { border-color: rgb(17,76,74); }
td.TdClassName
{
border-color: #114C4A;
}
.TagClassName
{
border-color: #114C4A;
}
</style>