Shades of Cyprus #16544C
Tints of Cyprus #16544C
RGB
CMYK
RGB Variations
Color information
#16544C (or 0x16544C) is known color: Cyprus. HEX triplet: 16, 54 and 4C. RGB value is (22,84,76). Sum of RGB (Red+Green+Blue) = 22+84+76=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #16544C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16544C is #E9ABB3. Grayscale: #404040. Windows color (decimal): -15313844 or 5002262. OLE color: 5002262.
HSL color Cylindrical-coordinate representation of color #16544C: hue angle of 172.26º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16544C is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 84 | 76 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.67 |
| HSL | 172.26º | 0.58% | 0.21% | - |
| HSV(B) | 172.26º | 0.74% | 0.33% | - |
| XYZ | 4.81 | 7.03 | 7.94 | - |
| YUV | 64.55 | 134.46 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 76 | 0.74 | 0 | 0.10 | 0.67 | 172.26 | 0.58 | 0.21 |
| Hex | 16 | 54 | 4C | 4A | 0 | A | 43 | AC | 3A | 15 |
| Octal | 26 | 124 | 114 | 112 | 0 | 12 | 103 | 254 | 72 | 25 |
| Binary | 10110 | 1010100 | 1001100 | 1001010 | 0 | 1010 | 1000011 | 10101100 | 111010 | 10101 |
Color Harmonies of #16544C
Complementary color
Monochromatic Colors of #16544C
Black with #16544C
Text Example
Text Example
White with #16544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16544C; }
p { color: rgb(22,84,76); }
H1.HeaderClassName
{
color: #16544C;
}
.AnyTagClassName
{
color: #16544C;
}
</style>
background-color css
<style>
a { background-color: #16544C; }
a { background-color: rgb(22,84,76); }
div.DivClassName
{
background-color: #16544C;
}
.BgClassName
{
background-color: #16544C;
}
</style>
border-color css
<style>
span { border-color: #16544C; }
span { border-color: rgb(22,84,76); }
td.TdClassName
{
border-color: #16544C;
}
.TagClassName
{
border-color: #16544C;
}
</style>