Shades of Cyprus #0F544A
Tints of Cyprus #0F544A
RGB
CMYK
RGB Variations
Color information
#0F544A (or 0x0F544A) is known color: Cyprus. HEX triplet: 0F, 54 and 4A. RGB value is (15,84,74). Sum of RGB (Red+Green+Blue) = 15+84+74=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #0F544A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F544A is #F0ABB5. Grayscale: #3E3E3E. Windows color (decimal): -15772598 or 4871183. OLE color: 4871183.
HSL color Cylindrical-coordinate representation of color #0F544A: hue angle of 171.3º 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 #0F544A is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 74 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.67 |
| HSL | 171.3º | 0.7% | 0.19% | - |
| HSV(B) | 171.3º | 0.82% | 0.33% | - |
| XYZ | 4.6 | 6.94 | 7.57 | - |
| YUV | 62.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 74 | 0.82 | 0 | 0.12 | 0.67 | 171.3 | 0.7 | 0.19 |
| Hex | F | 54 | 4A | 52 | 0 | C | 43 | AB | 46 | 13 |
| Octal | 17 | 124 | 112 | 122 | 0 | 14 | 103 | 253 | 106 | 23 |
| Binary | 1111 | 1010100 | 1001010 | 1010010 | 0 | 1100 | 1000011 | 10101011 | 1000110 | 10011 |
Color Harmonies of #0F544A
Complementary color
Monochromatic Colors of #0F544A
Black with #0F544A
Text Example
Text Example
White with #0F544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F544A; }
p { color: rgb(15,84,74); }
H1.HeaderClassName
{
color: #0F544A;
}
.AnyTagClassName
{
color: #0F544A;
}
</style>
background-color css
<style>
a { background-color: #0F544A; }
a { background-color: rgb(15,84,74); }
div.DivClassName
{
background-color: #0F544A;
}
.BgClassName
{
background-color: #0F544A;
}
</style>
border-color css
<style>
span { border-color: #0F544A; }
span { border-color: rgb(15,84,74); }
td.TdClassName
{
border-color: #0F544A;
}
.TagClassName
{
border-color: #0F544A;
}
</style>