Shades of Dark Cyan #0D9189
Tints of Dark Cyan #0D9189
RGB
CMYK
RGB Variations
Color information
#0D9189 (or 0x0D9189) is known color: Dark Cyan. HEX triplet: 0D, 91 and 89. RGB value is (13,145,137). Sum of RGB (Red+Green+Blue) = 13+145+137=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9189 is #F26E76. Grayscale: #686868. Windows color (decimal): -15887991 or 9015565. OLE color: 9015565.
HSL color Cylindrical-coordinate representation of color #0D9189: hue angle of 176.36º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9189 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 145 | 137 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.43 |
| HSL | 176.36º | 0.84% | 0.31% | - |
| HSV(B) | 176.36º | 0.91% | 0.57% | - |
| XYZ | 14.81 | 22.14 | 27.16 | - |
| YUV | 104.62 | 146.27 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 137 | 0.91 | 0 | 0.06 | 0.43 | 176.36 | 0.84 | 0.31 |
| Hex | D | 91 | 89 | 5B | 0 | 6 | 2B | B0 | 54 | 1F |
| Octal | 15 | 221 | 211 | 133 | 0 | 6 | 53 | 260 | 124 | 37 |
| Binary | 1101 | 10010001 | 10001001 | 1011011 | 0 | 110 | 101011 | 10110000 | 1010100 | 11111 |
Color Harmonies of #0D9189
Complementary color
Monochromatic Colors of #0D9189
Black with #0D9189
Text Example
Text Example
White with #0D9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9189; }
p { color: rgb(13,145,137); }
H1.HeaderClassName
{
color: #0D9189;
}
.AnyTagClassName
{
color: #0D9189;
}
</style>
background-color css
<style>
a { background-color: #0D9189; }
a { background-color: rgb(13,145,137); }
div.DivClassName
{
background-color: #0D9189;
}
.BgClassName
{
background-color: #0D9189;
}
</style>
border-color css
<style>
span { border-color: #0D9189; }
span { border-color: rgb(13,145,137); }
td.TdClassName
{
border-color: #0D9189;
}
.TagClassName
{
border-color: #0D9189;
}
</style>