Shades of Dark Cyan #0D8090
Tints of Dark Cyan #0D8090
RGB
CMYK
RGB Variations
Color information
#0D8090 (or 0x0D8090) is known color: Dark Cyan. HEX triplet: 0D, 80 and 90. RGB value is (13,128,144). Sum of RGB (Red+Green+Blue) = 13+128+144=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D8090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8090 is #F27F6F. Grayscale: #5F5F5F. Windows color (decimal): -15892336 or 9469965. OLE color: 9469965.
HSL color Cylindrical-coordinate representation of color #0D8090: hue angle of 187.33º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8090 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 128 | 144 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.44 |
| HSL | 187.33º | 0.83% | 0.31% | - |
| HSV(B) | 187.33º | 0.91% | 0.56% | - |
| XYZ | 12.92 | 17.54 | 29.09 | - |
| YUV | 95.44 | 155.4 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 128 | 144 | 0.91 | 0.11 | 0 | 0.44 | 187.33 | 0.83 | 0.31 |
| Hex | D | 80 | 90 | 5B | B | 0 | 2C | BB | 53 | 1F |
| Octal | 15 | 200 | 220 | 133 | 13 | 0 | 54 | 273 | 123 | 37 |
| Binary | 1101 | 10000000 | 10010000 | 1011011 | 1011 | 0 | 101100 | 10111011 | 1010011 | 11111 |
Color Harmonies of #0D8090
Complementary color
Monochromatic Colors of #0D8090
Black with #0D8090
Text Example
Text Example
White with #0D8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8090; }
p { color: rgb(13,128,144); }
H1.HeaderClassName
{
color: #0D8090;
}
.AnyTagClassName
{
color: #0D8090;
}
</style>
background-color css
<style>
a { background-color: #0D8090; }
a { background-color: rgb(13,128,144); }
div.DivClassName
{
background-color: #0D8090;
}
.BgClassName
{
background-color: #0D8090;
}
</style>
border-color css
<style>
span { border-color: #0D8090; }
span { border-color: rgb(13,128,144); }
td.TdClassName
{
border-color: #0D8090;
}
.TagClassName
{
border-color: #0D8090;
}
</style>