Shades of Dark Cyan #0D9494
Tints of Dark Cyan #0D9494
RGB
CMYK
RGB Variations
Color information
#0D9494 (or 0x0D9494) is known color: Dark Cyan. HEX triplet: 0D, 94 and 94. RGB value is (13,148,148). Sum of RGB (Red+Green+Blue) = 13+148+148=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #0D9494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9494 is #F26B6B. Grayscale: #6B6B6B. Windows color (decimal): -15887212 or 9737229. OLE color: 9737229.
HSL color Cylindrical-coordinate representation of color #0D9494: hue angle of 180º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9494 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 148 | - |
| CMYK | 0.91 | 0 | 0 | 0.42 |
| HSL | 180º | 0.84% | 0.32% | - |
| HSV(B) | 180º | 0.91% | 0.58% | - |
| XYZ | 16.1 | 23.4 | 31.69 | - |
| YUV | 107.64 | 150.77 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 148 | 0.91 | 0 | 0 | 0.42 | 180 | 0.84 | 0.32 |
| Hex | D | 94 | 94 | 5B | 0 | 0 | 2A | B4 | 54 | 20 |
| Octal | 15 | 224 | 224 | 133 | 0 | 0 | 52 | 264 | 124 | 40 |
| Binary | 1101 | 10010100 | 10010100 | 1011011 | 0 | 0 | 101010 | 10110100 | 1010100 | 100000 |
Color Harmonies of #0D9494
Complementary color
Monochromatic Colors of #0D9494
Black with #0D9494
Text Example
Text Example
White with #0D9494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9494; }
p { color: rgb(13,148,148); }
H1.HeaderClassName
{
color: #0D9494;
}
.AnyTagClassName
{
color: #0D9494;
}
</style>
background-color css
<style>
a { background-color: #0D9494; }
a { background-color: rgb(13,148,148); }
div.DivClassName
{
background-color: #0D9494;
}
.BgClassName
{
background-color: #0D9494;
}
</style>
border-color css
<style>
span { border-color: #0D9494; }
span { border-color: rgb(13,148,148); }
td.TdClassName
{
border-color: #0D9494;
}
.TagClassName
{
border-color: #0D9494;
}
</style>