Shades of Cyprus #11544F
Tints of Cyprus #11544F
RGB
CMYK
RGB Variations
Color information
#11544F (or 0x11544F) is known color: Cyprus. HEX triplet: 11, 54 and 4F. RGB value is (17,84,79). Sum of RGB (Red+Green+Blue) = 17+84+79=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #11544F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11544F is #EEABB0. Grayscale: #3F3F3F. Windows color (decimal): -15641521 or 5198865. OLE color: 5198865.
HSL color Cylindrical-coordinate representation of color #11544F: hue angle of 175.52º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11544F is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 79 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.67 |
| HSL | 175.52º | 0.66% | 0.2% | - |
| HSV(B) | 175.52º | 0.8% | 0.33% | - |
| XYZ | 4.81 | 7.02 | 8.5 | - |
| YUV | 63.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 79 | 0.80 | 0 | 0.06 | 0.67 | 175.52 | 0.66 | 0.2 |
| Hex | 11 | 54 | 4F | 50 | 0 | 6 | 43 | B0 | 42 | 14 |
| Octal | 21 | 124 | 117 | 120 | 0 | 6 | 103 | 260 | 102 | 24 |
| Binary | 10001 | 1010100 | 1001111 | 1010000 | 0 | 110 | 1000011 | 10110000 | 1000010 | 10100 |
Color Harmonies of #11544F
Complementary color
Monochromatic Colors of #11544F
Black with #11544F
Text Example
Text Example
White with #11544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11544F; }
p { color: rgb(17,84,79); }
H1.HeaderClassName
{
color: #11544F;
}
.AnyTagClassName
{
color: #11544F;
}
</style>
background-color css
<style>
a { background-color: #11544F; }
a { background-color: rgb(17,84,79); }
div.DivClassName
{
background-color: #11544F;
}
.BgClassName
{
background-color: #11544F;
}
</style>
border-color css
<style>
span { border-color: #11544F; }
span { border-color: rgb(17,84,79); }
td.TdClassName
{
border-color: #11544F;
}
.TagClassName
{
border-color: #11544F;
}
</style>