Shades of Cyprus #0F564F
Tints of Cyprus #0F564F
RGB
CMYK
RGB Variations
Color information
#0F564F (or 0x0F564F) is known color: Cyprus. HEX triplet: 0F, 56 and 4F. RGB value is (15,86,79). Sum of RGB (Red+Green+Blue) = 15+86+79=180 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.33% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #0F564F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F564F is #F0A9B0. Grayscale: #3F3F3F. Windows color (decimal): -15772081 or 5199375. OLE color: 5199375.
HSL color Cylindrical-coordinate representation of color #0F564F: hue angle of 174.08º 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 #0F564F is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 86 | 79 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.66 |
| HSL | 174.08º | 0.7% | 0.2% | - |
| HSV(B) | 174.08º | 0.83% | 0.34% | - |
| XYZ | 4.94 | 7.32 | 8.55 | - |
| YUV | 63.97 | 136.48 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 79 | 0.83 | 0 | 0.08 | 0.66 | 174.08 | 0.7 | 0.2 |
| Hex | F | 56 | 4F | 53 | 0 | 8 | 42 | AE | 46 | 14 |
| Octal | 17 | 126 | 117 | 123 | 0 | 10 | 102 | 256 | 106 | 24 |
| Binary | 1111 | 1010110 | 1001111 | 1010011 | 0 | 1000 | 1000010 | 10101110 | 1000110 | 10100 |
Color Harmonies of #0F564F
Complementary color
Monochromatic Colors of #0F564F
Black with #0F564F
Text Example
Text Example
White with #0F564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F564F; }
p { color: rgb(15,86,79); }
H1.HeaderClassName
{
color: #0F564F;
}
.AnyTagClassName
{
color: #0F564F;
}
</style>
background-color css
<style>
a { background-color: #0F564F; }
a { background-color: rgb(15,86,79); }
div.DivClassName
{
background-color: #0F564F;
}
.BgClassName
{
background-color: #0F564F;
}
</style>
border-color css
<style>
span { border-color: #0F564F; }
span { border-color: rgb(15,86,79); }
td.TdClassName
{
border-color: #0F564F;
}
.TagClassName
{
border-color: #0F564F;
}
</style>