Shades of Cyprus #11554E
Tints of Cyprus #11554E
RGB
CMYK
RGB Variations
Color information
#11554E (or 0x11554E) is known color: Cyprus. HEX triplet: 11, 55 and 4E. RGB value is (17,85,78). Sum of RGB (Red+Green+Blue) = 17+85+78=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #11554E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11554E is #EEAAB1. Grayscale: #3F3F3F. Windows color (decimal): -15641266 or 5133585. OLE color: 5133585.
HSL color Cylindrical-coordinate representation of color #11554E: hue angle of 173.82º degrees, saturation: 0.67, 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 #11554E is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 85 | 78 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.67 |
| HSL | 173.82º | 0.67% | 0.2% | - |
| HSV(B) | 173.82º | 0.8% | 0.33% | - |
| XYZ | 4.85 | 7.17 | 8.34 | - |
| YUV | 63.87 | 135.97 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 78 | 0.80 | 0 | 0.08 | 0.67 | 173.82 | 0.67 | 0.2 |
| Hex | 11 | 55 | 4E | 50 | 0 | 8 | 43 | AE | 43 | 14 |
| Octal | 21 | 125 | 116 | 120 | 0 | 10 | 103 | 256 | 103 | 24 |
| Binary | 10001 | 1010101 | 1001110 | 1010000 | 0 | 1000 | 1000011 | 10101110 | 1000011 | 10100 |
Color Harmonies of #11554E
Complementary color
Monochromatic Colors of #11554E
Black with #11554E
Text Example
Text Example
White with #11554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11554E; }
p { color: rgb(17,85,78); }
H1.HeaderClassName
{
color: #11554E;
}
.AnyTagClassName
{
color: #11554E;
}
</style>
background-color css
<style>
a { background-color: #11554E; }
a { background-color: rgb(17,85,78); }
div.DivClassName
{
background-color: #11554E;
}
.BgClassName
{
background-color: #11554E;
}
</style>
border-color css
<style>
span { border-color: #11554E; }
span { border-color: rgb(17,85,78); }
td.TdClassName
{
border-color: #11554E;
}
.TagClassName
{
border-color: #11554E;
}
</style>