Shades of Cyprus #164D48
Tints of Cyprus #164D48
RGB
CMYK
RGB Variations
Color information
#164D48 (or 0x164D48) is known color: Cyprus. HEX triplet: 16, 4D and 48. RGB value is (22,77,72). Sum of RGB (Red+Green+Blue) = 22+77+72=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #164D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D48 is #E9B2B7. Grayscale: #3B3B3B. Windows color (decimal): -15315640 or 4738326. OLE color: 4738326.
HSL color Cylindrical-coordinate representation of color #164D48: hue angle of 174.55º degrees, saturation: 0.56, 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 #164D48 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 72 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.70 |
| HSL | 174.55º | 0.56% | 0.19% | - |
| HSV(B) | 174.55º | 0.71% | 0.3% | - |
| XYZ | 4.15 | 5.95 | 7.06 | - |
| YUV | 59.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 72 | 0.71 | 0 | 0.06 | 0.70 | 174.55 | 0.56 | 0.19 |
| Hex | 16 | 4D | 48 | 47 | 0 | 6 | 46 | AF | 38 | 13 |
| Octal | 26 | 115 | 110 | 107 | 0 | 6 | 106 | 257 | 70 | 23 |
| Binary | 10110 | 1001101 | 1001000 | 1000111 | 0 | 110 | 1000110 | 10101111 | 111000 | 10011 |
Color Harmonies of #164D48
Complementary color
Monochromatic Colors of #164D48
Black with #164D48
Text Example
Text Example
White with #164D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D48; }
p { color: rgb(22,77,72); }
H1.HeaderClassName
{
color: #164D48;
}
.AnyTagClassName
{
color: #164D48;
}
</style>
background-color css
<style>
a { background-color: #164D48; }
a { background-color: rgb(22,77,72); }
div.DivClassName
{
background-color: #164D48;
}
.BgClassName
{
background-color: #164D48;
}
</style>
border-color css
<style>
span { border-color: #164D48; }
span { border-color: rgb(22,77,72); }
td.TdClassName
{
border-color: #164D48;
}
.TagClassName
{
border-color: #164D48;
}
</style>