Shades of Dark Cyan #0D918A
Tints of Dark Cyan #0D918A
RGB
CMYK
RGB Variations
Color information
#0D918A (or 0x0D918A) is known color: Dark Cyan. HEX triplet: 0D, 91 and 8A. RGB value is (13,145,138). Sum of RGB (Red+Green+Blue) = 13+145+138=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #0D918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D918A is #F26E75. Grayscale: #686868. Windows color (decimal): -15887990 or 9081101. OLE color: 9081101.
HSL color Cylindrical-coordinate representation of color #0D918A: hue angle of 176.82º 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 #0D918A is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 145 | 138 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.43 |
| HSL | 176.82º | 0.84% | 0.31% | - |
| HSV(B) | 176.82º | 0.91% | 0.57% | - |
| XYZ | 14.88 | 22.17 | 27.54 | - |
| YUV | 104.73 | 146.77 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 138 | 0.91 | 0 | 0.05 | 0.43 | 176.82 | 0.84 | 0.31 |
| Hex | D | 91 | 8A | 5B | 0 | 5 | 2B | B1 | 54 | 1F |
| Octal | 15 | 221 | 212 | 133 | 0 | 5 | 53 | 261 | 124 | 37 |
| Binary | 1101 | 10010001 | 10001010 | 1011011 | 0 | 101 | 101011 | 10110001 | 1010100 | 11111 |
Color Harmonies of #0D918A
Complementary color
Monochromatic Colors of #0D918A
Black with #0D918A
Text Example
Text Example
White with #0D918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D918A; }
p { color: rgb(13,145,138); }
H1.HeaderClassName
{
color: #0D918A;
}
.AnyTagClassName
{
color: #0D918A;
}
</style>
background-color css
<style>
a { background-color: #0D918A; }
a { background-color: rgb(13,145,138); }
div.DivClassName
{
background-color: #0D918A;
}
.BgClassName
{
background-color: #0D918A;
}
</style>
border-color css
<style>
span { border-color: #0D918A; }
span { border-color: rgb(13,145,138); }
td.TdClassName
{
border-color: #0D918A;
}
.TagClassName
{
border-color: #0D918A;
}
</style>