Shades of Cyprus #0F504D
Tints of Cyprus #0F504D
RGB
CMYK
RGB Variations
Color information
#0F504D (or 0x0F504D) is known color: Cyprus. HEX triplet: 0F, 50 and 4D. RGB value is (15,80,77). Sum of RGB (Red+Green+Blue) = 15+80+77=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #0F504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F504D is #F0AFB2. Grayscale: #3C3C3C. Windows color (decimal): -15773619 or 5066767. OLE color: 5066767.
HSL color Cylindrical-coordinate representation of color #0F504D: hue angle of 177.23º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F504D is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 80 | 77 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.69 |
| HSL | 177.23º | 0.68% | 0.19% | - |
| HSV(B) | 177.23º | 0.81% | 0.31% | - |
| XYZ | 4.41 | 6.37 | 8.02 | - |
| YUV | 60.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 77 | 0.81 | 0 | 0.04 | 0.69 | 177.23 | 0.68 | 0.19 |
| Hex | F | 50 | 4D | 51 | 0 | 4 | 45 | B1 | 44 | 13 |
| Octal | 17 | 120 | 115 | 121 | 0 | 4 | 105 | 261 | 104 | 23 |
| Binary | 1111 | 1010000 | 1001101 | 1010001 | 0 | 100 | 1000101 | 10110001 | 1000100 | 10011 |
Color Harmonies of #0F504D
Complementary color
Monochromatic Colors of #0F504D
Black with #0F504D
Text Example
Text Example
White with #0F504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F504D; }
p { color: rgb(15,80,77); }
H1.HeaderClassName
{
color: #0F504D;
}
.AnyTagClassName
{
color: #0F504D;
}
</style>
background-color css
<style>
a { background-color: #0F504D; }
a { background-color: rgb(15,80,77); }
div.DivClassName
{
background-color: #0F504D;
}
.BgClassName
{
background-color: #0F504D;
}
</style>
border-color css
<style>
span { border-color: #0F504D; }
span { border-color: rgb(15,80,77); }
td.TdClassName
{
border-color: #0F504D;
}
.TagClassName
{
border-color: #0F504D;
}
</style>