Shades of Cyprus #0F504C
Tints of Cyprus #0F504C
RGB
CMYK
RGB Variations
Color information
#0F504C (or 0x0F504C) is known color: Cyprus. HEX triplet: 0F, 50 and 4C. RGB value is (15,80,76). Sum of RGB (Red+Green+Blue) = 15+80+76=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #0F504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F504C is #F0AFB3. Grayscale: #3C3C3C. Windows color (decimal): -15773620 or 5001231. OLE color: 5001231.
HSL color Cylindrical-coordinate representation of color #0F504C: hue angle of 176.31º 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 #0F504C is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 80 | 76 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.69 |
| HSL | 176.31º | 0.68% | 0.19% | - |
| HSV(B) | 176.31º | 0.81% | 0.31% | - |
| XYZ | 4.37 | 6.36 | 7.83 | - |
| YUV | 60.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 76 | 0.81 | 0 | 0.05 | 0.69 | 176.31 | 0.68 | 0.19 |
| Hex | F | 50 | 4C | 51 | 0 | 5 | 45 | B0 | 44 | 13 |
| Octal | 17 | 120 | 114 | 121 | 0 | 5 | 105 | 260 | 104 | 23 |
| Binary | 1111 | 1010000 | 1001100 | 1010001 | 0 | 101 | 1000101 | 10110000 | 1000100 | 10011 |
Color Harmonies of #0F504C
Complementary color
Monochromatic Colors of #0F504C
Black with #0F504C
Text Example
Text Example
White with #0F504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F504C; }
p { color: rgb(15,80,76); }
H1.HeaderClassName
{
color: #0F504C;
}
.AnyTagClassName
{
color: #0F504C;
}
</style>
background-color css
<style>
a { background-color: #0F504C; }
a { background-color: rgb(15,80,76); }
div.DivClassName
{
background-color: #0F504C;
}
.BgClassName
{
background-color: #0F504C;
}
</style>
border-color css
<style>
span { border-color: #0F504C; }
span { border-color: rgb(15,80,76); }
td.TdClassName
{
border-color: #0F504C;
}
.TagClassName
{
border-color: #0F504C;
}
</style>