Shades of Cyprus #0F564E
Tints of Cyprus #0F564E
RGB
CMYK
RGB Variations
Color information
#0F564E (or 0x0F564E) is known color: Cyprus. HEX triplet: 0F, 56 and 4E. RGB value is (15,86,78). Sum of RGB (Red+Green+Blue) = 15+86+78=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #0F564E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F564E is #F0A9B1. Grayscale: #3F3F3F. Windows color (decimal): -15772082 or 5133839. OLE color: 5133839.
HSL color Cylindrical-coordinate representation of color #0F564E: hue angle of 173.24º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F564E is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 86 | 78 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.66 |
| HSL | 173.24º | 0.7% | 0.2% | - |
| HSV(B) | 173.24º | 0.83% | 0.34% | - |
| XYZ | 4.9 | 7.31 | 8.36 | - |
| YUV | 63.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 78 | 0.83 | 0 | 0.09 | 0.66 | 173.24 | 0.7 | 0.2 |
| Hex | F | 56 | 4E | 53 | 0 | 9 | 42 | AD | 46 | 14 |
| Octal | 17 | 126 | 116 | 123 | 0 | 11 | 102 | 255 | 106 | 24 |
| Binary | 1111 | 1010110 | 1001110 | 1010011 | 0 | 1001 | 1000010 | 10101101 | 1000110 | 10100 |
Color Harmonies of #0F564E
Complementary color
Monochromatic Colors of #0F564E
Black with #0F564E
Text Example
Text Example
White with #0F564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F564E; }
p { color: rgb(15,86,78); }
H1.HeaderClassName
{
color: #0F564E;
}
.AnyTagClassName
{
color: #0F564E;
}
</style>
background-color css
<style>
a { background-color: #0F564E; }
a { background-color: rgb(15,86,78); }
div.DivClassName
{
background-color: #0F564E;
}
.BgClassName
{
background-color: #0F564E;
}
</style>
border-color css
<style>
span { border-color: #0F564E; }
span { border-color: rgb(15,86,78); }
td.TdClassName
{
border-color: #0F564E;
}
.TagClassName
{
border-color: #0F564E;
}
</style>