Shades of Dark Cyan #0D9799
Tints of Dark Cyan #0D9799
RGB
CMYK
RGB Variations
Color information
#0D9799 (or 0x0D9799) is known color: Dark Cyan. HEX triplet: 0D, 97 and 99. RGB value is (13,151,153). Sum of RGB (Red+Green+Blue) = 13+151+153=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D9799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9799 is #F26866. Grayscale: #6D6D6D. Windows color (decimal): -15886439 or 10065677. OLE color: 10065677.
HSL color Cylindrical-coordinate representation of color #0D9799: hue angle of 180.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9799 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 151 | 153 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.4 |
| HSL | 180.86º | 0.84% | 0.33% | - |
| HSV(B) | 180.86º | 0.92% | 0.6% | - |
| XYZ | 16.98 | 24.52 | 33.97 | - |
| YUV | 109.97 | 152.28 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 153 | 0.92 | 0.01 | 0 | 0.4 | 180.86 | 0.84 | 0.33 |
| Hex | D | 97 | 99 | 5C | 1 | 0 | 28 | B5 | 54 | 21 |
| Octal | 15 | 227 | 231 | 134 | 1 | 0 | 50 | 265 | 124 | 41 |
| Binary | 1101 | 10010111 | 10011001 | 1011100 | 1 | 0 | 101000 | 10110101 | 1010100 | 100001 |
Color Harmonies of #0D9799
Complementary color
Monochromatic Colors of #0D9799
Black with #0D9799
Text Example
Text Example
White with #0D9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9799; }
p { color: rgb(13,151,153); }
H1.HeaderClassName
{
color: #0D9799;
}
.AnyTagClassName
{
color: #0D9799;
}
</style>
background-color css
<style>
a { background-color: #0D9799; }
a { background-color: rgb(13,151,153); }
div.DivClassName
{
background-color: #0D9799;
}
.BgClassName
{
background-color: #0D9799;
}
</style>
border-color css
<style>
span { border-color: #0D9799; }
span { border-color: rgb(13,151,153); }
td.TdClassName
{
border-color: #0D9799;
}
.TagClassName
{
border-color: #0D9799;
}
</style>