Shades of Cyprus #0F584E
Tints of Cyprus #0F584E
RGB
CMYK
RGB Variations
Color information
#0F584E (or 0x0F584E) is known color: Cyprus. HEX triplet: 0F, 58 and 4E. RGB value is (15,88,78). Sum of RGB (Red+Green+Blue) = 15+88+78=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #0F584E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F584E is #F0A7B1. Grayscale: #414141. Windows color (decimal): -15771570 or 5134351. OLE color: 5134351.
HSL color Cylindrical-coordinate representation of color #0F584E: hue angle of 171.78º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F584E is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 88 | 78 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.65 |
| HSL | 171.78º | 0.71% | 0.2% | - |
| HSV(B) | 171.78º | 0.83% | 0.35% | - |
| XYZ | 5.06 | 7.63 | 8.41 | - |
| YUV | 65.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 78 | 0.83 | 0 | 0.11 | 0.65 | 171.78 | 0.71 | 0.2 |
| Hex | F | 58 | 4E | 53 | 0 | B | 41 | AC | 47 | 14 |
| Octal | 17 | 130 | 116 | 123 | 0 | 13 | 101 | 254 | 107 | 24 |
| Binary | 1111 | 1011000 | 1001110 | 1010011 | 0 | 1011 | 1000001 | 10101100 | 1000111 | 10100 |
Color Harmonies of #0F584E
Complementary color
Monochromatic Colors of #0F584E
Black with #0F584E
Text Example
Text Example
White with #0F584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F584E; }
p { color: rgb(15,88,78); }
H1.HeaderClassName
{
color: #0F584E;
}
.AnyTagClassName
{
color: #0F584E;
}
</style>
background-color css
<style>
a { background-color: #0F584E; }
a { background-color: rgb(15,88,78); }
div.DivClassName
{
background-color: #0F584E;
}
.BgClassName
{
background-color: #0F584E;
}
</style>
border-color css
<style>
span { border-color: #0F584E; }
span { border-color: rgb(15,88,78); }
td.TdClassName
{
border-color: #0F584E;
}
.TagClassName
{
border-color: #0F584E;
}
</style>