Shades of Cyprus #11514D
Tints of Cyprus #11514D
RGB
CMYK
RGB Variations
Color information
#11514D (or 0x11514D) is known color: Cyprus. HEX triplet: 11, 51 and 4D. RGB value is (17,81,77). Sum of RGB (Red+Green+Blue) = 17+81+77=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #11514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11514D is #EEAEB2. Grayscale: #3D3D3D. Windows color (decimal): -15642291 or 5067025. OLE color: 5067025.
HSL color Cylindrical-coordinate representation of color #11514D: hue angle of 176.25º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11514D is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 77 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.68 |
| HSL | 176.25º | 0.65% | 0.19% | - |
| HSV(B) | 176.25º | 0.79% | 0.32% | - |
| XYZ | 4.51 | 6.54 | 8.05 | - |
| YUV | 61.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 77 | 0.79 | 0 | 0.05 | 0.68 | 176.25 | 0.65 | 0.19 |
| Hex | 11 | 51 | 4D | 4F | 0 | 5 | 44 | B0 | 41 | 13 |
| Octal | 21 | 121 | 115 | 117 | 0 | 5 | 104 | 260 | 101 | 23 |
| Binary | 10001 | 1010001 | 1001101 | 1001111 | 0 | 101 | 1000100 | 10110000 | 1000001 | 10011 |
Color Harmonies of #11514D
Complementary color
Monochromatic Colors of #11514D
Black with #11514D
Text Example
Text Example
White with #11514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11514D; }
p { color: rgb(17,81,77); }
H1.HeaderClassName
{
color: #11514D;
}
.AnyTagClassName
{
color: #11514D;
}
</style>
background-color css
<style>
a { background-color: #11514D; }
a { background-color: rgb(17,81,77); }
div.DivClassName
{
background-color: #11514D;
}
.BgClassName
{
background-color: #11514D;
}
</style>
border-color css
<style>
span { border-color: #11514D; }
span { border-color: rgb(17,81,77); }
td.TdClassName
{
border-color: #11514D;
}
.TagClassName
{
border-color: #11514D;
}
</style>