Shades of Cyprus #11574C
Tints of Cyprus #11574C
RGB
CMYK
RGB Variations
Color information
#11574C (or 0x11574C) is known color: Cyprus. HEX triplet: 11, 57 and 4C. RGB value is (17,87,76). Sum of RGB (Red+Green+Blue) = 17+87+76=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #11574C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11574C is #EEA8B3. Grayscale: #404040. Windows color (decimal): -15640756 or 5003025. OLE color: 5003025.
HSL color Cylindrical-coordinate representation of color #11574C: hue angle of 170.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11574C is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 76 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.66 |
| HSL | 170.57º | 0.67% | 0.2% | - |
| HSV(B) | 170.57º | 0.8% | 0.34% | - |
| XYZ | 4.94 | 7.46 | 8.02 | - |
| YUV | 64.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 76 | 0.80 | 0 | 0.13 | 0.66 | 170.57 | 0.67 | 0.2 |
| Hex | 11 | 57 | 4C | 50 | 0 | D | 42 | AB | 43 | 14 |
| Octal | 21 | 127 | 114 | 120 | 0 | 15 | 102 | 253 | 103 | 24 |
| Binary | 10001 | 1010111 | 1001100 | 1010000 | 0 | 1101 | 1000010 | 10101011 | 1000011 | 10100 |
Color Harmonies of #11574C
Complementary color
Monochromatic Colors of #11574C
Black with #11574C
Text Example
Text Example
White with #11574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11574C; }
p { color: rgb(17,87,76); }
H1.HeaderClassName
{
color: #11574C;
}
.AnyTagClassName
{
color: #11574C;
}
</style>
background-color css
<style>
a { background-color: #11574C; }
a { background-color: rgb(17,87,76); }
div.DivClassName
{
background-color: #11574C;
}
.BgClassName
{
background-color: #11574C;
}
</style>
border-color css
<style>
span { border-color: #11574C; }
span { border-color: rgb(17,87,76); }
td.TdClassName
{
border-color: #11574C;
}
.TagClassName
{
border-color: #11574C;
}
</style>