Shades of Cyprus #164C46
Tints of Cyprus #164C46
RGB
CMYK
RGB Variations
Color information
#164C46 (or 0x164C46) is known color: Cyprus. HEX triplet: 16, 4C and 46. RGB value is (22,76,70). Sum of RGB (Red+Green+Blue) = 22+76+70=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #164C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C46 is #E9B3B9. Grayscale: #3B3B3B. Windows color (decimal): -15315898 or 4606998. OLE color: 4606998.
HSL color Cylindrical-coordinate representation of color #164C46: hue angle of 173.33º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164C46 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 76 | 70 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.70 |
| HSL | 173.33º | 0.55% | 0.19% | - |
| HSV(B) | 173.33º | 0.71% | 0.3% | - |
| XYZ | 4.02 | 5.78 | 6.7 | - |
| YUV | 59.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 70 | 0.71 | 0 | 0.08 | 0.70 | 173.33 | 0.55 | 0.19 |
| Hex | 16 | 4C | 46 | 47 | 0 | 8 | 46 | AD | 37 | 13 |
| Octal | 26 | 114 | 106 | 107 | 0 | 10 | 106 | 255 | 67 | 23 |
| Binary | 10110 | 1001100 | 1000110 | 1000111 | 0 | 1000 | 1000110 | 10101101 | 110111 | 10011 |
Color Harmonies of #164C46
Complementary color
Monochromatic Colors of #164C46
Black with #164C46
Text Example
Text Example
White with #164C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C46; }
p { color: rgb(22,76,70); }
H1.HeaderClassName
{
color: #164C46;
}
.AnyTagClassName
{
color: #164C46;
}
</style>
background-color css
<style>
a { background-color: #164C46; }
a { background-color: rgb(22,76,70); }
div.DivClassName
{
background-color: #164C46;
}
.BgClassName
{
background-color: #164C46;
}
</style>
border-color css
<style>
span { border-color: #164C46; }
span { border-color: rgb(22,76,70); }
td.TdClassName
{
border-color: #164C46;
}
.TagClassName
{
border-color: #164C46;
}
</style>