Shades of Cyprus #0F554D
Tints of Cyprus #0F554D
RGB
CMYK
RGB Variations
Color information
#0F554D (or 0x0F554D) is known color: Cyprus. HEX triplet: 0F, 55 and 4D. RGB value is (15,85,77). Sum of RGB (Red+Green+Blue) = 15+85+77=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #0F554D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F554D is #F0AAB2. Grayscale: #3F3F3F. Windows color (decimal): -15772339 or 5068047. OLE color: 5068047.
HSL color Cylindrical-coordinate representation of color #0F554D: hue angle of 173.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F554D is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 85 | 77 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.67 |
| HSL | 173.14º | 0.7% | 0.2% | - |
| HSV(B) | 173.14º | 0.82% | 0.33% | - |
| XYZ | 4.79 | 7.13 | 8.15 | - |
| YUV | 63.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 77 | 0.82 | 0 | 0.09 | 0.67 | 173.14 | 0.7 | 0.2 |
| Hex | F | 55 | 4D | 52 | 0 | 9 | 43 | AD | 46 | 14 |
| Octal | 17 | 125 | 115 | 122 | 0 | 11 | 103 | 255 | 106 | 24 |
| Binary | 1111 | 1010101 | 1001101 | 1010010 | 0 | 1001 | 1000011 | 10101101 | 1000110 | 10100 |
Color Harmonies of #0F554D
Complementary color
Monochromatic Colors of #0F554D
Black with #0F554D
Text Example
Text Example
White with #0F554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F554D; }
p { color: rgb(15,85,77); }
H1.HeaderClassName
{
color: #0F554D;
}
.AnyTagClassName
{
color: #0F554D;
}
</style>
background-color css
<style>
a { background-color: #0F554D; }
a { background-color: rgb(15,85,77); }
div.DivClassName
{
background-color: #0F554D;
}
.BgClassName
{
background-color: #0F554D;
}
</style>
border-color css
<style>
span { border-color: #0F554D; }
span { border-color: rgb(15,85,77); }
td.TdClassName
{
border-color: #0F554D;
}
.TagClassName
{
border-color: #0F554D;
}
</style>