Shades of Dark Cyan #0D918D
Tints of Dark Cyan #0D918D
RGB
CMYK
RGB Variations
Color information
#0D918D (or 0x0D918D) is known color: Dark Cyan. HEX triplet: 0D, 91 and 8D. RGB value is (13,145,141). Sum of RGB (Red+Green+Blue) = 13+145+141=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #0D918D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D918D is #F26E72. Grayscale: #686868. Windows color (decimal): -15887987 or 9277709. OLE color: 9277709.
HSL color Cylindrical-coordinate representation of color #0D918D: hue angle of 178.18º 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 #0D918D is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 145 | 141 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.43 |
| HSL | 178.18º | 0.84% | 0.31% | - |
| HSV(B) | 178.18º | 0.91% | 0.57% | - |
| XYZ | 15.1 | 22.26 | 28.7 | - |
| YUV | 105.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 141 | 0.91 | 0 | 0.03 | 0.43 | 178.18 | 0.84 | 0.31 |
| Hex | D | 91 | 8D | 5B | 0 | 3 | 2B | B2 | 54 | 1F |
| Octal | 15 | 221 | 215 | 133 | 0 | 3 | 53 | 262 | 124 | 37 |
| Binary | 1101 | 10010001 | 10001101 | 1011011 | 0 | 11 | 101011 | 10110010 | 1010100 | 11111 |
Color Harmonies of #0D918D
Complementary color
Monochromatic Colors of #0D918D
Black with #0D918D
Text Example
Text Example
White with #0D918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D918D; }
p { color: rgb(13,145,141); }
H1.HeaderClassName
{
color: #0D918D;
}
.AnyTagClassName
{
color: #0D918D;
}
</style>
background-color css
<style>
a { background-color: #0D918D; }
a { background-color: rgb(13,145,141); }
div.DivClassName
{
background-color: #0D918D;
}
.BgClassName
{
background-color: #0D918D;
}
</style>
border-color css
<style>
span { border-color: #0D918D; }
span { border-color: rgb(13,145,141); }
td.TdClassName
{
border-color: #0D918D;
}
.TagClassName
{
border-color: #0D918D;
}
</style>