Shades of Cyprus #0F4D50
Tints of Cyprus #0F4D50
RGB
CMYK
RGB Variations
Color information
#0F4D50 (or 0x0F4D50) is known color: Cyprus. HEX triplet: 0F, 4D and 50. RGB value is (15,77,80). Sum of RGB (Red+Green+Blue) = 15+77+80=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F4D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4D50 is #F0B2AF. Grayscale: #3A3A3A. Windows color (decimal): -15774384 or 5262607. OLE color: 5262607.
HSL color Cylindrical-coordinate representation of color #0F4D50: hue angle of 182.77º 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 #0F4D50 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 77 | 80 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.69 |
| HSL | 182.77º | 0.68% | 0.19% | - |
| HSV(B) | 182.77º | 0.81% | 0.31% | - |
| XYZ | 4.3 | 5.99 | 8.52 | - |
| YUV | 58.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 77 | 80 | 0.81 | 0.04 | 0 | 0.69 | 182.77 | 0.68 | 0.19 |
| Hex | F | 4D | 50 | 51 | 4 | 0 | 45 | B7 | 44 | 13 |
| Octal | 17 | 115 | 120 | 121 | 4 | 0 | 105 | 267 | 104 | 23 |
| Binary | 1111 | 1001101 | 1010000 | 1010001 | 100 | 0 | 1000101 | 10110111 | 1000100 | 10011 |
Color Harmonies of #0F4D50
Complementary color
Monochromatic Colors of #0F4D50
Black with #0F4D50
Text Example
Text Example
White with #0F4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4D50; }
p { color: rgb(15,77,80); }
H1.HeaderClassName
{
color: #0F4D50;
}
.AnyTagClassName
{
color: #0F4D50;
}
</style>
background-color css
<style>
a { background-color: #0F4D50; }
a { background-color: rgb(15,77,80); }
div.DivClassName
{
background-color: #0F4D50;
}
.BgClassName
{
background-color: #0F4D50;
}
</style>
border-color css
<style>
span { border-color: #0F4D50; }
span { border-color: rgb(15,77,80); }
td.TdClassName
{
border-color: #0F4D50;
}
.TagClassName
{
border-color: #0F4D50;
}
</style>