Shades of Cyprus #164C4B
Tints of Cyprus #164C4B
RGB
CMYK
RGB Variations
Color information
#164C4B (or 0x164C4B) is known color: Cyprus. HEX triplet: 16, 4C and 4B. RGB value is (22,76,75). Sum of RGB (Red+Green+Blue) = 22+76+75=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 76 - color contains mainly: green. Hex color #164C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C4B is #E9B3B4. Grayscale: #3B3B3B. Windows color (decimal): -15315893 or 4934678. OLE color: 4934678.
HSL color Cylindrical-coordinate representation of color #164C4B: hue angle of 178.89º 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 #164C4B is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 76 | 75 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.70 |
| HSL | 178.89º | 0.55% | 0.19% | - |
| HSV(B) | 178.89º | 0.71% | 0.3% | - |
| XYZ | 4.19 | 5.85 | 7.56 | - |
| YUV | 59.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 75 | 0.71 | 0 | 0.01 | 0.70 | 178.89 | 0.55 | 0.19 |
| Hex | 16 | 4C | 4B | 47 | 0 | 1 | 46 | B3 | 37 | 13 |
| Octal | 26 | 114 | 113 | 107 | 0 | 1 | 106 | 263 | 67 | 23 |
| Binary | 10110 | 1001100 | 1001011 | 1000111 | 0 | 1 | 1000110 | 10110011 | 110111 | 10011 |
Color Harmonies of #164C4B
Complementary color
Monochromatic Colors of #164C4B
Black with #164C4B
Text Example
Text Example
White with #164C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C4B; }
p { color: rgb(22,76,75); }
H1.HeaderClassName
{
color: #164C4B;
}
.AnyTagClassName
{
color: #164C4B;
}
</style>
background-color css
<style>
a { background-color: #164C4B; }
a { background-color: rgb(22,76,75); }
div.DivClassName
{
background-color: #164C4B;
}
.BgClassName
{
background-color: #164C4B;
}
</style>
border-color css
<style>
span { border-color: #164C4B; }
span { border-color: rgb(22,76,75); }
td.TdClassName
{
border-color: #164C4B;
}
.TagClassName
{
border-color: #164C4B;
}
</style>