Shades of Cyprus #0D5450
Tints of Cyprus #0D5450
RGB
CMYK
RGB Variations
Color information
#0D5450 (or 0x0D5450) is known color: Cyprus. HEX triplet: 0D, 54 and 50. RGB value is (13,84,80). Sum of RGB (Red+Green+Blue) = 13+84+80=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #0D5450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5450 is #F2ABAF. Grayscale: #3E3E3E. Windows color (decimal): -15903664 or 5264397. OLE color: 5264397.
HSL color Cylindrical-coordinate representation of color #0D5450: hue angle of 176.62º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5450 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 84 | 80 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.67 |
| HSL | 176.62º | 0.73% | 0.19% | - |
| HSV(B) | 176.62º | 0.85% | 0.33% | - |
| XYZ | 4.78 | 7.01 | 8.69 | - |
| YUV | 62.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 84 | 80 | 0.85 | 0 | 0.05 | 0.67 | 176.62 | 0.73 | 0.19 |
| Hex | D | 54 | 50 | 55 | 0 | 5 | 43 | B1 | 49 | 13 |
| Octal | 15 | 124 | 120 | 125 | 0 | 5 | 103 | 261 | 111 | 23 |
| Binary | 1101 | 1010100 | 1010000 | 1010101 | 0 | 101 | 1000011 | 10110001 | 1001001 | 10011 |
Color Harmonies of #0D5450
Complementary color
Monochromatic Colors of #0D5450
Black with #0D5450
Text Example
Text Example
White with #0D5450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5450; }
p { color: rgb(13,84,80); }
H1.HeaderClassName
{
color: #0D5450;
}
.AnyTagClassName
{
color: #0D5450;
}
</style>
background-color css
<style>
a { background-color: #0D5450; }
a { background-color: rgb(13,84,80); }
div.DivClassName
{
background-color: #0D5450;
}
.BgClassName
{
background-color: #0D5450;
}
</style>
border-color css
<style>
span { border-color: #0D5450; }
span { border-color: rgb(13,84,80); }
td.TdClassName
{
border-color: #0D5450;
}
.TagClassName
{
border-color: #0D5450;
}
</style>