Shades of Cyprus #0F564C
Tints of Cyprus #0F564C
RGB
CMYK
RGB Variations
Color information
#0F564C (or 0x0F564C) is known color: Cyprus. HEX triplet: 0F, 56 and 4C. RGB value is (15,86,76). Sum of RGB (Red+Green+Blue) = 15+86+76=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #0F564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F564C is #F0A9B3. Grayscale: #3F3F3F. Windows color (decimal): -15772084 or 5002767. OLE color: 5002767.
HSL color Cylindrical-coordinate representation of color #0F564C: hue angle of 171.55º 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 #0F564C is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 86 | 76 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.66 |
| HSL | 171.55º | 0.7% | 0.2% | - |
| HSV(B) | 171.55º | 0.83% | 0.34% | - |
| XYZ | 4.83 | 7.28 | 7.99 | - |
| YUV | 63.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 76 | 0.83 | 0 | 0.12 | 0.66 | 171.55 | 0.7 | 0.2 |
| Hex | F | 56 | 4C | 53 | 0 | C | 42 | AC | 46 | 14 |
| Octal | 17 | 126 | 114 | 123 | 0 | 14 | 102 | 254 | 106 | 24 |
| Binary | 1111 | 1010110 | 1001100 | 1010011 | 0 | 1100 | 1000010 | 10101100 | 1000110 | 10100 |
Color Harmonies of #0F564C
Complementary color
Monochromatic Colors of #0F564C
Black with #0F564C
Text Example
Text Example
White with #0F564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F564C; }
p { color: rgb(15,86,76); }
H1.HeaderClassName
{
color: #0F564C;
}
.AnyTagClassName
{
color: #0F564C;
}
</style>
background-color css
<style>
a { background-color: #0F564C; }
a { background-color: rgb(15,86,76); }
div.DivClassName
{
background-color: #0F564C;
}
.BgClassName
{
background-color: #0F564C;
}
</style>
border-color css
<style>
span { border-color: #0F564C; }
span { border-color: rgb(15,86,76); }
td.TdClassName
{
border-color: #0F564C;
}
.TagClassName
{
border-color: #0F564C;
}
</style>