Shades of Cyprus #0F564A
Tints of Cyprus #0F564A
RGB
CMYK
RGB Variations
Color information
#0F564A (or 0x0F564A) is known color: Cyprus. HEX triplet: 0F, 56 and 4A. RGB value is (15,86,74). Sum of RGB (Red+Green+Blue) = 15+86+74=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #0F564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F564A is #F0A9B5. Grayscale: #3F3F3F. Windows color (decimal): -15772086 or 4871695. OLE color: 4871695.
HSL color Cylindrical-coordinate representation of color #0F564A: hue angle of 169.86º 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 #0F564A is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 86 | 74 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.66 |
| HSL | 169.86º | 0.7% | 0.2% | - |
| HSV(B) | 169.86º | 0.83% | 0.34% | - |
| XYZ | 4.76 | 7.25 | 7.63 | - |
| YUV | 63.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 86 | 74 | 0.83 | 0 | 0.14 | 0.66 | 169.86 | 0.7 | 0.2 |
| Hex | F | 56 | 4A | 53 | 0 | E | 42 | AA | 46 | 14 |
| Octal | 17 | 126 | 112 | 123 | 0 | 16 | 102 | 252 | 106 | 24 |
| Binary | 1111 | 1010110 | 1001010 | 1010011 | 0 | 1110 | 1000010 | 10101010 | 1000110 | 10100 |
Color Harmonies of #0F564A
Complementary color
Monochromatic Colors of #0F564A
Black with #0F564A
Text Example
Text Example
White with #0F564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F564A; }
p { color: rgb(15,86,74); }
H1.HeaderClassName
{
color: #0F564A;
}
.AnyTagClassName
{
color: #0F564A;
}
</style>
background-color css
<style>
a { background-color: #0F564A; }
a { background-color: rgb(15,86,74); }
div.DivClassName
{
background-color: #0F564A;
}
.BgClassName
{
background-color: #0F564A;
}
</style>
border-color css
<style>
span { border-color: #0F564A; }
span { border-color: rgb(15,86,74); }
td.TdClassName
{
border-color: #0F564A;
}
.TagClassName
{
border-color: #0F564A;
}
</style>