Shades of Cyprus #16564C
Tints of Cyprus #16564C
RGB
CMYK
RGB Variations
Color information
#16564C (or 0x16564C) is known color: Cyprus. HEX triplet: 16, 56 and 4C. RGB value is (22,86,76). Sum of RGB (Red+Green+Blue) = 22+86+76=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #16564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16564C is #E9A9B3. Grayscale: #414141. Windows color (decimal): -15313332 or 5002774. OLE color: 5002774.
HSL color Cylindrical-coordinate representation of color #16564C: hue angle of 170.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16564C is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 76 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.66 |
| HSL | 170.63º | 0.59% | 0.21% | - |
| HSV(B) | 170.63º | 0.74% | 0.34% | - |
| XYZ | 4.96 | 7.35 | 7.99 | - |
| YUV | 65.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 76 | 0.74 | 0 | 0.12 | 0.66 | 170.63 | 0.59 | 0.21 |
| Hex | 16 | 56 | 4C | 4A | 0 | C | 42 | AB | 3B | 15 |
| Octal | 26 | 126 | 114 | 112 | 0 | 14 | 102 | 253 | 73 | 25 |
| Binary | 10110 | 1010110 | 1001100 | 1001010 | 0 | 1100 | 1000010 | 10101011 | 111011 | 10101 |
Color Harmonies of #16564C
Complementary color
Monochromatic Colors of #16564C
Black with #16564C
Text Example
Text Example
White with #16564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16564C; }
p { color: rgb(22,86,76); }
H1.HeaderClassName
{
color: #16564C;
}
.AnyTagClassName
{
color: #16564C;
}
</style>
background-color css
<style>
a { background-color: #16564C; }
a { background-color: rgb(22,86,76); }
div.DivClassName
{
background-color: #16564C;
}
.BgClassName
{
background-color: #16564C;
}
</style>
border-color css
<style>
span { border-color: #16564C; }
span { border-color: rgb(22,86,76); }
td.TdClassName
{
border-color: #16564C;
}
.TagClassName
{
border-color: #16564C;
}
</style>