Shades of Cyprus #0F524A
Tints of Cyprus #0F524A
RGB
CMYK
RGB Variations
Color information
#0F524A (or 0x0F524A) is known color: Cyprus. HEX triplet: 0F, 52 and 4A. RGB value is (15,82,74). Sum of RGB (Red+Green+Blue) = 15+82+74=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #0F524A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F524A is #F0ADB5. Grayscale: #3D3D3D. Windows color (decimal): -15773110 or 4870671. OLE color: 4870671.
HSL color Cylindrical-coordinate representation of color #0F524A: hue angle of 172.84º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F524A is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 82 | 74 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.68 |
| HSL | 172.84º | 0.69% | 0.19% | - |
| HSV(B) | 172.84º | 0.82% | 0.32% | - |
| XYZ | 4.45 | 6.63 | 7.52 | - |
| YUV | 61.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 74 | 0.82 | 0 | 0.10 | 0.68 | 172.84 | 0.69 | 0.19 |
| Hex | F | 52 | 4A | 52 | 0 | A | 44 | AD | 45 | 13 |
| Octal | 17 | 122 | 112 | 122 | 0 | 12 | 104 | 255 | 105 | 23 |
| Binary | 1111 | 1010010 | 1001010 | 1010010 | 0 | 1010 | 1000100 | 10101101 | 1000101 | 10011 |
Color Harmonies of #0F524A
Complementary color
Monochromatic Colors of #0F524A
Black with #0F524A
Text Example
Text Example
White with #0F524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F524A; }
p { color: rgb(15,82,74); }
H1.HeaderClassName
{
color: #0F524A;
}
.AnyTagClassName
{
color: #0F524A;
}
</style>
background-color css
<style>
a { background-color: #0F524A; }
a { background-color: rgb(15,82,74); }
div.DivClassName
{
background-color: #0F524A;
}
.BgClassName
{
background-color: #0F524A;
}
</style>
border-color css
<style>
span { border-color: #0F524A; }
span { border-color: rgb(15,82,74); }
td.TdClassName
{
border-color: #0F524A;
}
.TagClassName
{
border-color: #0F524A;
}
</style>