Shades of Dark Cyan #0D938E
Tints of Dark Cyan #0D938E
RGB
CMYK
RGB Variations
Color information
#0D938E (or 0x0D938E) is known color: Dark Cyan. HEX triplet: 0D, 93 and 8E. RGB value is (13,147,142). Sum of RGB (Red+Green+Blue) = 13+147+142=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #0D938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D938E is #F26C71. Grayscale: #6A6A6A. Windows color (decimal): -15887474 or 9343757. OLE color: 9343757.
HSL color Cylindrical-coordinate representation of color #0D938E: hue angle of 177.76º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D938E is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 142 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.42 |
| HSL | 177.76º | 0.84% | 0.31% | - |
| HSV(B) | 177.76º | 0.91% | 0.58% | - |
| XYZ | 15.48 | 22.91 | 29.2 | - |
| YUV | 106.36 | 148.11 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 142 | 0.91 | 0 | 0.03 | 0.42 | 177.76 | 0.84 | 0.31 |
| Hex | D | 93 | 8E | 5B | 0 | 3 | 2A | B2 | 54 | 1F |
| Octal | 15 | 223 | 216 | 133 | 0 | 3 | 52 | 262 | 124 | 37 |
| Binary | 1101 | 10010011 | 10001110 | 1011011 | 0 | 11 | 101010 | 10110010 | 1010100 | 11111 |
Color Harmonies of #0D938E
Complementary color
Monochromatic Colors of #0D938E
Black with #0D938E
Text Example
Text Example
White with #0D938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D938E; }
p { color: rgb(13,147,142); }
H1.HeaderClassName
{
color: #0D938E;
}
.AnyTagClassName
{
color: #0D938E;
}
</style>
background-color css
<style>
a { background-color: #0D938E; }
a { background-color: rgb(13,147,142); }
div.DivClassName
{
background-color: #0D938E;
}
.BgClassName
{
background-color: #0D938E;
}
</style>
border-color css
<style>
span { border-color: #0D938E; }
span { border-color: rgb(13,147,142); }
td.TdClassName
{
border-color: #0D938E;
}
.TagClassName
{
border-color: #0D938E;
}
</style>