Shades of Dark Cyan #0D9188
Tints of Dark Cyan #0D9188
RGB
CMYK
RGB Variations
Color information
#0D9188 (or 0x0D9188) is known color: Dark Cyan. HEX triplet: 0D, 91 and 88. RGB value is (13,145,136). Sum of RGB (Red+Green+Blue) = 13+145+136=294 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.42% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9188 is #F26E77. Grayscale: #686868. Windows color (decimal): -15887992 or 8950029. OLE color: 8950029.
HSL color Cylindrical-coordinate representation of color #0D9188: hue angle of 175.91º 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 #0D9188 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 145 | 136 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.43 |
| HSL | 175.91º | 0.84% | 0.31% | - |
| HSV(B) | 175.91º | 0.91% | 0.57% | - |
| XYZ | 14.74 | 22.11 | 26.78 | - |
| YUV | 104.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 136 | 0.91 | 0 | 0.06 | 0.43 | 175.91 | 0.84 | 0.31 |
| Hex | D | 91 | 88 | 5B | 0 | 6 | 2B | B0 | 54 | 1F |
| Octal | 15 | 221 | 210 | 133 | 0 | 6 | 53 | 260 | 124 | 37 |
| Binary | 1101 | 10010001 | 10001000 | 1011011 | 0 | 110 | 101011 | 10110000 | 1010100 | 11111 |
Color Harmonies of #0D9188
Complementary color
Monochromatic Colors of #0D9188
Black with #0D9188
Text Example
Text Example
White with #0D9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9188; }
p { color: rgb(13,145,136); }
H1.HeaderClassName
{
color: #0D9188;
}
.AnyTagClassName
{
color: #0D9188;
}
</style>
background-color css
<style>
a { background-color: #0D9188; }
a { background-color: rgb(13,145,136); }
div.DivClassName
{
background-color: #0D9188;
}
.BgClassName
{
background-color: #0D9188;
}
</style>
border-color css
<style>
span { border-color: #0D9188; }
span { border-color: rgb(13,145,136); }
td.TdClassName
{
border-color: #0D9188;
}
.TagClassName
{
border-color: #0D9188;
}
</style>