Shades of Cyprus #16524F
Tints of Cyprus #16524F
RGB
CMYK
RGB Variations
Color information
#16524F (or 0x16524F) is known color: Cyprus. HEX triplet: 16, 52 and 4F. RGB value is (22,82,79). Sum of RGB (Red+Green+Blue) = 22+82+79=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #16524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16524F is #E9ADB0. Grayscale: #3F3F3F. Windows color (decimal): -15314353 or 5198358. OLE color: 5198358.
HSL color Cylindrical-coordinate representation of color #16524F: hue angle of 177º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16524F is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 79 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.68 |
| HSL | 177º | 0.58% | 0.2% | - |
| HSV(B) | 177º | 0.73% | 0.32% | - |
| XYZ | 4.76 | 6.77 | 8.45 | - |
| YUV | 63.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 79 | 0.73 | 0 | 0.04 | 0.68 | 177 | 0.58 | 0.2 |
| Hex | 16 | 52 | 4F | 49 | 0 | 4 | 44 | B1 | 3A | 14 |
| Octal | 26 | 122 | 117 | 111 | 0 | 4 | 104 | 261 | 72 | 24 |
| Binary | 10110 | 1010010 | 1001111 | 1001001 | 0 | 100 | 1000100 | 10110001 | 111010 | 10100 |
Color Harmonies of #16524F
Complementary color
Monochromatic Colors of #16524F
Black with #16524F
Text Example
Text Example
White with #16524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16524F; }
p { color: rgb(22,82,79); }
H1.HeaderClassName
{
color: #16524F;
}
.AnyTagClassName
{
color: #16524F;
}
</style>
background-color css
<style>
a { background-color: #16524F; }
a { background-color: rgb(22,82,79); }
div.DivClassName
{
background-color: #16524F;
}
.BgClassName
{
background-color: #16524F;
}
</style>
border-color css
<style>
span { border-color: #16524F; }
span { border-color: rgb(22,82,79); }
td.TdClassName
{
border-color: #16524F;
}
.TagClassName
{
border-color: #16524F;
}
</style>