Shades of Cyprus #165250
Tints of Cyprus #165250
RGB
CMYK
RGB Variations
Color information
#165250 (or 0x165250) is known color: Cyprus. HEX triplet: 16, 52 and 50. RGB value is (22,82,80). Sum of RGB (Red+Green+Blue) = 22+82+80=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #165250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165250 is #E9ADAF. Grayscale: #3F3F3F. Windows color (decimal): -15314352 or 5263894. OLE color: 5263894.
HSL color Cylindrical-coordinate representation of color #165250: hue angle of 178º 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 #165250 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 80 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.68 |
| HSL | 178º | 0.58% | 0.2% | - |
| HSV(B) | 178º | 0.73% | 0.32% | - |
| XYZ | 4.8 | 6.78 | 8.65 | - |
| YUV | 63.83 | 137.12 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 80 | 0.73 | 0 | 0.02 | 0.68 | 178 | 0.58 | 0.2 |
| Hex | 16 | 52 | 50 | 49 | 0 | 2 | 44 | B2 | 3A | 14 |
| Octal | 26 | 122 | 120 | 111 | 0 | 2 | 104 | 262 | 72 | 24 |
| Binary | 10110 | 1010010 | 1010000 | 1001001 | 0 | 10 | 1000100 | 10110010 | 111010 | 10100 |
Color Harmonies of #165250
Complementary color
Monochromatic Colors of #165250
Black with #165250
Text Example
Text Example
White with #165250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165250; }
p { color: rgb(22,82,80); }
H1.HeaderClassName
{
color: #165250;
}
.AnyTagClassName
{
color: #165250;
}
</style>
background-color css
<style>
a { background-color: #165250; }
a { background-color: rgb(22,82,80); }
div.DivClassName
{
background-color: #165250;
}
.BgClassName
{
background-color: #165250;
}
</style>
border-color css
<style>
span { border-color: #165250; }
span { border-color: rgb(22,82,80); }
td.TdClassName
{
border-color: #165250;
}
.TagClassName
{
border-color: #165250;
}
</style>