Shades of Cyprus #0F574B
Tints of Cyprus #0F574B
RGB
CMYK
RGB Variations
Color information
#0F574B (or 0x0F574B) is known color: Cyprus. HEX triplet: 0F, 57 and 4B. RGB value is (15,87,75). Sum of RGB (Red+Green+Blue) = 15+87+75=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #0F574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F574B is #F0A8B4. Grayscale: #404040. Windows color (decimal): -15771829 or 4937487. OLE color: 4937487.
HSL color Cylindrical-coordinate representation of color #0F574B: hue angle of 170º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F574B is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 87 | 75 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.66 |
| HSL | 170º | 0.71% | 0.2% | - |
| HSV(B) | 170º | 0.83% | 0.34% | - |
| XYZ | 4.88 | 7.43 | 7.83 | - |
| YUV | 64.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 75 | 0.83 | 0 | 0.14 | 0.66 | 170 | 0.71 | 0.2 |
| Hex | F | 57 | 4B | 53 | 0 | E | 42 | AA | 47 | 14 |
| Octal | 17 | 127 | 113 | 123 | 0 | 16 | 102 | 252 | 107 | 24 |
| Binary | 1111 | 1010111 | 1001011 | 1010011 | 0 | 1110 | 1000010 | 10101010 | 1000111 | 10100 |
Color Harmonies of #0F574B
Complementary color
Monochromatic Colors of #0F574B
Black with #0F574B
Text Example
Text Example
White with #0F574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F574B; }
p { color: rgb(15,87,75); }
H1.HeaderClassName
{
color: #0F574B;
}
.AnyTagClassName
{
color: #0F574B;
}
</style>
background-color css
<style>
a { background-color: #0F574B; }
a { background-color: rgb(15,87,75); }
div.DivClassName
{
background-color: #0F574B;
}
.BgClassName
{
background-color: #0F574B;
}
</style>
border-color css
<style>
span { border-color: #0F574B; }
span { border-color: rgb(15,87,75); }
td.TdClassName
{
border-color: #0F574B;
}
.TagClassName
{
border-color: #0F574B;
}
</style>