Shades of Dark Cyan #0D9490
Tints of Dark Cyan #0D9490
RGB
CMYK
RGB Variations
Color information
#0D9490 (or 0x0D9490) is known color: Dark Cyan. HEX triplet: 0D, 94 and 90. RGB value is (13,148,144). Sum of RGB (Red+Green+Blue) = 13+148+144=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9490 is #F26B6F. Grayscale: #6B6B6B. Windows color (decimal): -15887216 or 9475085. OLE color: 9475085.
HSL color Cylindrical-coordinate representation of color #0D9490: hue angle of 178.22º 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 #0D9490 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 144 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.42 |
| HSL | 178.22º | 0.84% | 0.32% | - |
| HSV(B) | 178.22º | 0.91% | 0.58% | - |
| XYZ | 15.79 | 23.28 | 30.05 | - |
| YUV | 107.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 144 | 0.91 | 0 | 0.03 | 0.42 | 178.22 | 0.84 | 0.32 |
| Hex | D | 94 | 90 | 5B | 0 | 3 | 2A | B2 | 54 | 20 |
| Octal | 15 | 224 | 220 | 133 | 0 | 3 | 52 | 262 | 124 | 40 |
| Binary | 1101 | 10010100 | 10010000 | 1011011 | 0 | 11 | 101010 | 10110010 | 1010100 | 100000 |
Color Harmonies of #0D9490
Complementary color
Monochromatic Colors of #0D9490
Black with #0D9490
Text Example
Text Example
White with #0D9490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9490; }
p { color: rgb(13,148,144); }
H1.HeaderClassName
{
color: #0D9490;
}
.AnyTagClassName
{
color: #0D9490;
}
</style>
background-color css
<style>
a { background-color: #0D9490; }
a { background-color: rgb(13,148,144); }
div.DivClassName
{
background-color: #0D9490;
}
.BgClassName
{
background-color: #0D9490;
}
</style>
border-color css
<style>
span { border-color: #0D9490; }
span { border-color: rgb(13,148,144); }
td.TdClassName
{
border-color: #0D9490;
}
.TagClassName
{
border-color: #0D9490;
}
</style>