Shades of Cyprus #114A4B
Tints of Cyprus #114A4B
RGB
CMYK
RGB Variations
Color information
#114A4B (or 0x114A4B) is known color: Cyprus. HEX triplet: 11, 4A and 4B. RGB value is (17,74,75). Sum of RGB (Red+Green+Blue) = 17+74+75=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #114A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A4B is #EEB5B4. Grayscale: #393939. Windows color (decimal): -15644085 or 4934161. OLE color: 4934161.
HSL color Cylindrical-coordinate representation of color #114A4B: hue angle of 181.03º 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 #114A4B is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 75 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.71 |
| HSL | 181.03º | 0.63% | 0.18% | - |
| HSV(B) | 181.03º | 0.77% | 0.29% | - |
| XYZ | 3.95 | 5.52 | 7.51 | - |
| YUV | 57.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 75 | 0.77 | 0.01 | 0 | 0.71 | 181.03 | 0.63 | 0.18 |
| Hex | 11 | 4A | 4B | 4D | 1 | 0 | 47 | B5 | 3F | 12 |
| Octal | 21 | 112 | 113 | 115 | 1 | 0 | 107 | 265 | 77 | 22 |
| Binary | 10001 | 1001010 | 1001011 | 1001101 | 1 | 0 | 1000111 | 10110101 | 111111 | 10010 |
Color Harmonies of #114A4B
Complementary color
Monochromatic Colors of #114A4B
Black with #114A4B
Text Example
Text Example
White with #114A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A4B; }
p { color: rgb(17,74,75); }
H1.HeaderClassName
{
color: #114A4B;
}
.AnyTagClassName
{
color: #114A4B;
}
</style>
background-color css
<style>
a { background-color: #114A4B; }
a { background-color: rgb(17,74,75); }
div.DivClassName
{
background-color: #114A4B;
}
.BgClassName
{
background-color: #114A4B;
}
</style>
border-color css
<style>
span { border-color: #114A4B; }
span { border-color: rgb(17,74,75); }
td.TdClassName
{
border-color: #114A4B;
}
.TagClassName
{
border-color: #114A4B;
}
</style>