Shades of Cyprus #0F5446
Tints of Cyprus #0F5446
RGB
CMYK
RGB Variations
Color information
#0F5446 (or 0x0F5446) is known color: Cyprus. HEX triplet: 0F, 54 and 46. RGB value is (15,84,70). Sum of RGB (Red+Green+Blue) = 15+84+70=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5446 is #F0ABB9. Grayscale: #3D3D3D. Windows color (decimal): -15772602 or 4609039. OLE color: 4609039.
HSL color Cylindrical-coordinate representation of color #0F5446: hue angle of 167.83º 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 #0F5446 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 70 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.67 |
| HSL | 167.83º | 0.7% | 0.19% | - |
| HSV(B) | 167.83º | 0.82% | 0.33% | - |
| XYZ | 4.47 | 6.88 | 6.89 | - |
| YUV | 61.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 70 | 0.82 | 0 | 0.17 | 0.67 | 167.83 | 0.7 | 0.19 |
| Hex | F | 54 | 46 | 52 | 0 | 11 | 43 | A8 | 46 | 13 |
| Octal | 17 | 124 | 106 | 122 | 0 | 21 | 103 | 250 | 106 | 23 |
| Binary | 1111 | 1010100 | 1000110 | 1010010 | 0 | 10001 | 1000011 | 10101000 | 1000110 | 10011 |
Color Harmonies of #0F5446
Complementary color
Monochromatic Colors of #0F5446
Black with #0F5446
Text Example
Text Example
White with #0F5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5446; }
p { color: rgb(15,84,70); }
H1.HeaderClassName
{
color: #0F5446;
}
.AnyTagClassName
{
color: #0F5446;
}
</style>
background-color css
<style>
a { background-color: #0F5446; }
a { background-color: rgb(15,84,70); }
div.DivClassName
{
background-color: #0F5446;
}
.BgClassName
{
background-color: #0F5446;
}
</style>
border-color css
<style>
span { border-color: #0F5446; }
span { border-color: rgb(15,84,70); }
td.TdClassName
{
border-color: #0F5446;
}
.TagClassName
{
border-color: #0F5446;
}
</style>