Shades of Cyprus #114A4A
Tints of Cyprus #114A4A
RGB
CMYK
RGB Variations
Color information
#114A4A (or 0x114A4A) is known color: Cyprus. HEX triplet: 11, 4A and 4A. RGB value is (17,74,74). Sum of RGB (Red+Green+Blue) = 17+74+74=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #114A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A4A is #EEB5B5. Grayscale: #383838. Windows color (decimal): -15644086 or 4868625. OLE color: 4868625.
HSL color Cylindrical-coordinate representation of color #114A4A: hue angle of 180º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114A4A is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 74 | - |
| CMYK | 0.77 | 0 | 0 | 0.71 |
| HSL | 180º | 0.63% | 0.18% | - |
| HSV(B) | 180º | 0.77% | 0.29% | - |
| XYZ | 3.92 | 5.51 | 7.34 | - |
| YUV | 56.96 | 137.62 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 74 | 0.77 | 0 | 0 | 0.71 | 180 | 0.63 | 0.18 |
| Hex | 11 | 4A | 4A | 4D | 0 | 0 | 47 | B4 | 3F | 12 |
| Octal | 21 | 112 | 112 | 115 | 0 | 0 | 107 | 264 | 77 | 22 |
| Binary | 10001 | 1001010 | 1001010 | 1001101 | 0 | 0 | 1000111 | 10110100 | 111111 | 10010 |
Color Harmonies of #114A4A
Complementary color
Monochromatic Colors of #114A4A
Black with #114A4A
Text Example
Text Example
White with #114A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A4A; }
p { color: rgb(17,74,74); }
H1.HeaderClassName
{
color: #114A4A;
}
.AnyTagClassName
{
color: #114A4A;
}
</style>
background-color css
<style>
a { background-color: #114A4A; }
a { background-color: rgb(17,74,74); }
div.DivClassName
{
background-color: #114A4A;
}
.BgClassName
{
background-color: #114A4A;
}
</style>
border-color css
<style>
span { border-color: #114A4A; }
span { border-color: rgb(17,74,74); }
td.TdClassName
{
border-color: #114A4A;
}
.TagClassName
{
border-color: #114A4A;
}
</style>