Shades of Cyprus #164E47
Tints of Cyprus #164E47
RGB
CMYK
RGB Variations
Color information
#164E47 (or 0x164E47) is known color: Cyprus. HEX triplet: 16, 4E and 47. RGB value is (22,78,71). Sum of RGB (Red+Green+Blue) = 22+78+71=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #164E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164E47 is #E9B1B8. Grayscale: #3C3C3C. Windows color (decimal): -15315385 or 4673046. OLE color: 4673046.
HSL color Cylindrical-coordinate representation of color #164E47: hue angle of 172.5º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164E47 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 78 | 71 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.69 |
| HSL | 172.5º | 0.56% | 0.2% | - |
| HSV(B) | 172.5º | 0.72% | 0.31% | - |
| XYZ | 4.19 | 6.07 | 6.91 | - |
| YUV | 60.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 71 | 0.72 | 0 | 0.09 | 0.69 | 172.5 | 0.56 | 0.2 |
| Hex | 16 | 4E | 47 | 48 | 0 | 9 | 45 | AC | 38 | 14 |
| Octal | 26 | 116 | 107 | 110 | 0 | 11 | 105 | 254 | 70 | 24 |
| Binary | 10110 | 1001110 | 1000111 | 1001000 | 0 | 1001 | 1000101 | 10101100 | 111000 | 10100 |
Color Harmonies of #164E47
Complementary color
Monochromatic Colors of #164E47
Black with #164E47
Text Example
Text Example
White with #164E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E47; }
p { color: rgb(22,78,71); }
H1.HeaderClassName
{
color: #164E47;
}
.AnyTagClassName
{
color: #164E47;
}
</style>
background-color css
<style>
a { background-color: #164E47; }
a { background-color: rgb(22,78,71); }
div.DivClassName
{
background-color: #164E47;
}
.BgClassName
{
background-color: #164E47;
}
</style>
border-color css
<style>
span { border-color: #164E47; }
span { border-color: rgb(22,78,71); }
td.TdClassName
{
border-color: #164E47;
}
.TagClassName
{
border-color: #164E47;
}
</style>