Shades of Cyprus #0F504A
Tints of Cyprus #0F504A
RGB
CMYK
RGB Variations
Color information
#0F504A (or 0x0F504A) is known color: Cyprus. HEX triplet: 0F, 50 and 4A. RGB value is (15,80,74). Sum of RGB (Red+Green+Blue) = 15+80+74=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #0F504A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F504A is #F0AFB5. Grayscale: #3B3B3B. Windows color (decimal): -15773622 or 4870159. OLE color: 4870159.
HSL color Cylindrical-coordinate representation of color #0F504A: hue angle of 174.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F504A is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 80 | 74 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.69 |
| HSL | 174.46º | 0.68% | 0.19% | - |
| HSV(B) | 174.46º | 0.81% | 0.31% | - |
| XYZ | 4.3 | 6.33 | 7.47 | - |
| YUV | 59.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 74 | 0.81 | 0 | 0.08 | 0.69 | 174.46 | 0.68 | 0.19 |
| Hex | F | 50 | 4A | 51 | 0 | 8 | 45 | AE | 44 | 13 |
| Octal | 17 | 120 | 112 | 121 | 0 | 10 | 105 | 256 | 104 | 23 |
| Binary | 1111 | 1010000 | 1001010 | 1010001 | 0 | 1000 | 1000101 | 10101110 | 1000100 | 10011 |
Color Harmonies of #0F504A
Complementary color
Monochromatic Colors of #0F504A
Black with #0F504A
Text Example
Text Example
White with #0F504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F504A; }
p { color: rgb(15,80,74); }
H1.HeaderClassName
{
color: #0F504A;
}
.AnyTagClassName
{
color: #0F504A;
}
</style>
background-color css
<style>
a { background-color: #0F504A; }
a { background-color: rgb(15,80,74); }
div.DivClassName
{
background-color: #0F504A;
}
.BgClassName
{
background-color: #0F504A;
}
</style>
border-color css
<style>
span { border-color: #0F504A; }
span { border-color: rgb(15,80,74); }
td.TdClassName
{
border-color: #0F504A;
}
.TagClassName
{
border-color: #0F504A;
}
</style>