Shades of Dark Cyan #0D988D
Tints of Dark Cyan #0D988D
RGB
CMYK
RGB Variations
Color information
#0D988D (or 0x0D988D) is known color: Dark Cyan. HEX triplet: 0D, 98 and 8D. RGB value is (13,152,141). Sum of RGB (Red+Green+Blue) = 13+152+141=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #0D988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D988D is #F26772. Grayscale: #6D6D6D. Windows color (decimal): -15886195 or 9279501. OLE color: 9279501.
HSL color Cylindrical-coordinate representation of color #0D988D: hue angle of 175.25º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D988D is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 152 | 141 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.40 |
| HSL | 175.25º | 0.84% | 0.32% | - |
| HSV(B) | 175.25º | 0.91% | 0.6% | - |
| XYZ | 16.2 | 24.47 | 29.07 | - |
| YUV | 109.19 | 145.95 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 141 | 0.91 | 0 | 0.07 | 0.40 | 175.25 | 0.84 | 0.32 |
| Hex | D | 98 | 8D | 5B | 0 | 7 | 28 | AF | 54 | 20 |
| Octal | 15 | 230 | 215 | 133 | 0 | 7 | 50 | 257 | 124 | 40 |
| Binary | 1101 | 10011000 | 10001101 | 1011011 | 0 | 111 | 101000 | 10101111 | 1010100 | 100000 |
Color Harmonies of #0D988D
Complementary color
Monochromatic Colors of #0D988D
Black with #0D988D
Text Example
Text Example
White with #0D988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D988D; }
p { color: rgb(13,152,141); }
H1.HeaderClassName
{
color: #0D988D;
}
.AnyTagClassName
{
color: #0D988D;
}
</style>
background-color css
<style>
a { background-color: #0D988D; }
a { background-color: rgb(13,152,141); }
div.DivClassName
{
background-color: #0D988D;
}
.BgClassName
{
background-color: #0D988D;
}
</style>
border-color css
<style>
span { border-color: #0D988D; }
span { border-color: rgb(13,152,141); }
td.TdClassName
{
border-color: #0D988D;
}
.TagClassName
{
border-color: #0D988D;
}
</style>