Shades of Cyprus #0F544F
Tints of Cyprus #0F544F
RGB
CMYK
RGB Variations
Color information
#0F544F (or 0x0F544F) is known color: Cyprus. HEX triplet: 0F, 54 and 4F. RGB value is (15,84,79). Sum of RGB (Red+Green+Blue) = 15+84+79=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #0F544F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F544F is #F0ABB0. Grayscale: #3E3E3E. Windows color (decimal): -15772593 or 5198863. OLE color: 5198863.
HSL color Cylindrical-coordinate representation of color #0F544F: hue angle of 175.65º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F544F is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 79 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.67 |
| HSL | 175.65º | 0.7% | 0.19% | - |
| HSV(B) | 175.65º | 0.82% | 0.33% | - |
| XYZ | 4.78 | 7.01 | 8.5 | - |
| YUV | 62.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 79 | 0.82 | 0 | 0.06 | 0.67 | 175.65 | 0.7 | 0.19 |
| Hex | F | 54 | 4F | 52 | 0 | 6 | 43 | B0 | 46 | 13 |
| Octal | 17 | 124 | 117 | 122 | 0 | 6 | 103 | 260 | 106 | 23 |
| Binary | 1111 | 1010100 | 1001111 | 1010010 | 0 | 110 | 1000011 | 10110000 | 1000110 | 10011 |
Color Harmonies of #0F544F
Complementary color
Monochromatic Colors of #0F544F
Black with #0F544F
Text Example
Text Example
White with #0F544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F544F; }
p { color: rgb(15,84,79); }
H1.HeaderClassName
{
color: #0F544F;
}
.AnyTagClassName
{
color: #0F544F;
}
</style>
background-color css
<style>
a { background-color: #0F544F; }
a { background-color: rgb(15,84,79); }
div.DivClassName
{
background-color: #0F544F;
}
.BgClassName
{
background-color: #0F544F;
}
</style>
border-color css
<style>
span { border-color: #0F544F; }
span { border-color: rgb(15,84,79); }
td.TdClassName
{
border-color: #0F544F;
}
.TagClassName
{
border-color: #0F544F;
}
</style>