Shades of Cyprus #0F534A
Tints of Cyprus #0F534A
RGB
CMYK
RGB Variations
Color information
#0F534A (or 0x0F534A) is known color: Cyprus. HEX triplet: 0F, 53 and 4A. RGB value is (15,83,74). Sum of RGB (Red+Green+Blue) = 15+83+74=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #0F534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F534A is #F0ACB5. Grayscale: #3D3D3D. Windows color (decimal): -15772854 or 4870927. OLE color: 4870927.
HSL color Cylindrical-coordinate representation of color #0F534A: hue angle of 172.06º degrees, saturation: 0.69, 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 #0F534A is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 74 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.67 |
| HSL | 172.06º | 0.69% | 0.19% | - |
| HSV(B) | 172.06º | 0.82% | 0.33% | - |
| XYZ | 4.53 | 6.78 | 7.55 | - |
| YUV | 61.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 74 | 0.82 | 0 | 0.11 | 0.67 | 172.06 | 0.69 | 0.19 |
| Hex | F | 53 | 4A | 52 | 0 | B | 43 | AC | 45 | 13 |
| Octal | 17 | 123 | 112 | 122 | 0 | 13 | 103 | 254 | 105 | 23 |
| Binary | 1111 | 1010011 | 1001010 | 1010010 | 0 | 1011 | 1000011 | 10101100 | 1000101 | 10011 |
Color Harmonies of #0F534A
Complementary color
Monochromatic Colors of #0F534A
Black with #0F534A
Text Example
Text Example
White with #0F534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F534A; }
p { color: rgb(15,83,74); }
H1.HeaderClassName
{
color: #0F534A;
}
.AnyTagClassName
{
color: #0F534A;
}
</style>
background-color css
<style>
a { background-color: #0F534A; }
a { background-color: rgb(15,83,74); }
div.DivClassName
{
background-color: #0F534A;
}
.BgClassName
{
background-color: #0F534A;
}
</style>
border-color css
<style>
span { border-color: #0F534A; }
span { border-color: rgb(15,83,74); }
td.TdClassName
{
border-color: #0F534A;
}
.TagClassName
{
border-color: #0F534A;
}
</style>