Shades of Cyprus #0F5550
Tints of Cyprus #0F5550
RGB
CMYK
RGB Variations
Color information
#0F5550 (or 0x0F5550) is known color: Cyprus. HEX triplet: 0F, 55 and 50. RGB value is (15,85,80). Sum of RGB (Red+Green+Blue) = 15+85+80=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5550 is #F0AAAF. Grayscale: #3F3F3F. Windows color (decimal): -15772336 or 5264655. OLE color: 5264655.
HSL color Cylindrical-coordinate representation of color #0F5550: hue angle of 175.71º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5550 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 85 | 80 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.67 |
| HSL | 175.71º | 0.7% | 0.2% | - |
| HSV(B) | 175.71º | 0.82% | 0.33% | - |
| XYZ | 4.89 | 7.18 | 8.72 | - |
| YUV | 63.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 80 | 0.82 | 0 | 0.06 | 0.67 | 175.71 | 0.7 | 0.2 |
| Hex | F | 55 | 50 | 52 | 0 | 6 | 43 | B0 | 46 | 14 |
| Octal | 17 | 125 | 120 | 122 | 0 | 6 | 103 | 260 | 106 | 24 |
| Binary | 1111 | 1010101 | 1010000 | 1010010 | 0 | 110 | 1000011 | 10110000 | 1000110 | 10100 |
Color Harmonies of #0F5550
Complementary color
Monochromatic Colors of #0F5550
Black with #0F5550
Text Example
Text Example
White with #0F5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5550; }
p { color: rgb(15,85,80); }
H1.HeaderClassName
{
color: #0F5550;
}
.AnyTagClassName
{
color: #0F5550;
}
</style>
background-color css
<style>
a { background-color: #0F5550; }
a { background-color: rgb(15,85,80); }
div.DivClassName
{
background-color: #0F5550;
}
.BgClassName
{
background-color: #0F5550;
}
</style>
border-color css
<style>
span { border-color: #0F5550; }
span { border-color: rgb(15,85,80); }
td.TdClassName
{
border-color: #0F5550;
}
.TagClassName
{
border-color: #0F5550;
}
</style>