Shades of Cyprus #0F4E46
Tints of Cyprus #0F4E46
RGB
CMYK
RGB Variations
Color information
#0F4E46 (or 0x0F4E46) is known color: Cyprus. HEX triplet: 0F, 4E and 46. RGB value is (15,78,70). Sum of RGB (Red+Green+Blue) = 15+78+70=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #0F4E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4E46 is #F0B1B9. Grayscale: #3A3A3A. Windows color (decimal): -15774138 or 4607503. OLE color: 4607503.
HSL color Cylindrical-coordinate representation of color #0F4E46: hue angle of 172.38º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4E46 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 78 | 70 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.69 |
| HSL | 172.38º | 0.68% | 0.18% | - |
| HSV(B) | 172.38º | 0.81% | 0.31% | - |
| XYZ | 4.03 | 5.99 | 6.74 | - |
| YUV | 58.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 70 | 0.81 | 0 | 0.10 | 0.69 | 172.38 | 0.68 | 0.18 |
| Hex | F | 4E | 46 | 51 | 0 | A | 45 | AC | 44 | 12 |
| Octal | 17 | 116 | 106 | 121 | 0 | 12 | 105 | 254 | 104 | 22 |
| Binary | 1111 | 1001110 | 1000110 | 1010001 | 0 | 1010 | 1000101 | 10101100 | 1000100 | 10010 |
Color Harmonies of #0F4E46
Complementary color
Monochromatic Colors of #0F4E46
Black with #0F4E46
Text Example
Text Example
White with #0F4E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4E46; }
p { color: rgb(15,78,70); }
H1.HeaderClassName
{
color: #0F4E46;
}
.AnyTagClassName
{
color: #0F4E46;
}
</style>
background-color css
<style>
a { background-color: #0F4E46; }
a { background-color: rgb(15,78,70); }
div.DivClassName
{
background-color: #0F4E46;
}
.BgClassName
{
background-color: #0F4E46;
}
</style>
border-color css
<style>
span { border-color: #0F4E46; }
span { border-color: rgb(15,78,70); }
td.TdClassName
{
border-color: #0F4E46;
}
.TagClassName
{
border-color: #0F4E46;
}
</style>