Shades of Cyprus #0F544E
Tints of Cyprus #0F544E
RGB
CMYK
RGB Variations
Color information
#0F544E (or 0x0F544E) is known color: Cyprus. HEX triplet: 0F, 54 and 4E. RGB value is (15,84,78). Sum of RGB (Red+Green+Blue) = 15+84+78=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #0F544E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F544E is #F0ABB1. Grayscale: #3E3E3E. Windows color (decimal): -15772594 or 5133327. OLE color: 5133327.
HSL color Cylindrical-coordinate representation of color #0F544E: hue angle of 174.78º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F544E is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 78 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.67 |
| HSL | 174.78º | 0.7% | 0.19% | - |
| HSV(B) | 174.78º | 0.82% | 0.33% | - |
| XYZ | 4.74 | 6.99 | 8.31 | - |
| YUV | 62.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 78 | 0.82 | 0 | 0.07 | 0.67 | 174.78 | 0.7 | 0.19 |
| Hex | F | 54 | 4E | 52 | 0 | 7 | 43 | AF | 46 | 13 |
| Octal | 17 | 124 | 116 | 122 | 0 | 7 | 103 | 257 | 106 | 23 |
| Binary | 1111 | 1010100 | 1001110 | 1010010 | 0 | 111 | 1000011 | 10101111 | 1000110 | 10011 |
Color Harmonies of #0F544E
Complementary color
Monochromatic Colors of #0F544E
Black with #0F544E
Text Example
Text Example
White with #0F544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F544E; }
p { color: rgb(15,84,78); }
H1.HeaderClassName
{
color: #0F544E;
}
.AnyTagClassName
{
color: #0F544E;
}
</style>
background-color css
<style>
a { background-color: #0F544E; }
a { background-color: rgb(15,84,78); }
div.DivClassName
{
background-color: #0F544E;
}
.BgClassName
{
background-color: #0F544E;
}
</style>
border-color css
<style>
span { border-color: #0F544E; }
span { border-color: rgb(15,84,78); }
td.TdClassName
{
border-color: #0F544E;
}
.TagClassName
{
border-color: #0F544E;
}
</style>