Shades of Dark Cyan #0D8F94
Tints of Dark Cyan #0D8F94
RGB
CMYK
RGB Variations
Color information
#0D8F94 (or 0x0D8F94) is known color: Dark Cyan. HEX triplet: 0D, 8F and 94. RGB value is (13,143,148). Sum of RGB (Red+Green+Blue) = 13+143+148=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D8F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8F94 is #F2706B. Grayscale: #686868. Windows color (decimal): -15888492 or 9735949. OLE color: 9735949.
HSL color Cylindrical-coordinate representation of color #0D8F94: hue angle of 182.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 #0D8F94 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 143 | 148 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.42 |
| HSL | 182.22º | 0.84% | 0.32% | - |
| HSV(B) | 182.22º | 0.91% | 0.58% | - |
| XYZ | 15.33 | 21.87 | 31.43 | - |
| YUV | 104.7 | 152.43 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 143 | 148 | 0.91 | 0.03 | 0 | 0.42 | 182.22 | 0.84 | 0.32 |
| Hex | D | 8F | 94 | 5B | 3 | 0 | 2A | B6 | 54 | 20 |
| Octal | 15 | 217 | 224 | 133 | 3 | 0 | 52 | 266 | 124 | 40 |
| Binary | 1101 | 10001111 | 10010100 | 1011011 | 11 | 0 | 101010 | 10110110 | 1010100 | 100000 |
Color Harmonies of #0D8F94
Complementary color
Monochromatic Colors of #0D8F94
Black with #0D8F94
Text Example
Text Example
White with #0D8F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8F94; }
p { color: rgb(13,143,148); }
H1.HeaderClassName
{
color: #0D8F94;
}
.AnyTagClassName
{
color: #0D8F94;
}
</style>
background-color css
<style>
a { background-color: #0D8F94; }
a { background-color: rgb(13,143,148); }
div.DivClassName
{
background-color: #0D8F94;
}
.BgClassName
{
background-color: #0D8F94;
}
</style>
border-color css
<style>
span { border-color: #0D8F94; }
span { border-color: rgb(13,143,148); }
td.TdClassName
{
border-color: #0D8F94;
}
.TagClassName
{
border-color: #0D8F94;
}
</style>