Shades of Cyprus #0D5251
Tints of Cyprus #0D5251
RGB
CMYK
RGB Variations
Color information
#0D5251 (or 0x0D5251) is known color: Cyprus. HEX triplet: 0D, 52 and 51. RGB value is (13,82,81). Sum of RGB (Red+Green+Blue) = 13+82+81=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #0D5251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5251 is #F2ADAE. Grayscale: #3D3D3D. Windows color (decimal): -15904175 or 5329421. OLE color: 5329421.
HSL color Cylindrical-coordinate representation of color #0D5251: hue angle of 179.13º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5251 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 82 | 81 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.68 |
| HSL | 179.13º | 0.73% | 0.19% | - |
| HSV(B) | 179.13º | 0.84% | 0.32% | - |
| XYZ | 4.67 | 6.71 | 8.83 | - |
| YUV | 61.26 | 139.14 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 81 | 0.84 | 0 | 0.01 | 0.68 | 179.13 | 0.73 | 0.19 |
| Hex | D | 52 | 51 | 54 | 0 | 1 | 44 | B3 | 49 | 13 |
| Octal | 15 | 122 | 121 | 124 | 0 | 1 | 104 | 263 | 111 | 23 |
| Binary | 1101 | 1010010 | 1010001 | 1010100 | 0 | 1 | 1000100 | 10110011 | 1001001 | 10011 |
Color Harmonies of #0D5251
Complementary color
Monochromatic Colors of #0D5251
Black with #0D5251
Text Example
Text Example
White with #0D5251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5251; }
p { color: rgb(13,82,81); }
H1.HeaderClassName
{
color: #0D5251;
}
.AnyTagClassName
{
color: #0D5251;
}
</style>
background-color css
<style>
a { background-color: #0D5251; }
a { background-color: rgb(13,82,81); }
div.DivClassName
{
background-color: #0D5251;
}
.BgClassName
{
background-color: #0D5251;
}
</style>
border-color css
<style>
span { border-color: #0D5251; }
span { border-color: rgb(13,82,81); }
td.TdClassName
{
border-color: #0D5251;
}
.TagClassName
{
border-color: #0D5251;
}
</style>