Shades of Dark Cyan #0D838F
Tints of Dark Cyan #0D838F
RGB
CMYK
RGB Variations
Color information
#0D838F (or 0x0D838F) is known color: Dark Cyan. HEX triplet: 0D, 83 and 8F. RGB value is (13,131,143). Sum of RGB (Red+Green+Blue) = 13+131+143=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D838F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D838F is #F27C70. Grayscale: #606060. Windows color (decimal): -15891569 or 9405197. OLE color: 9405197.
HSL color Cylindrical-coordinate representation of color #0D838F: hue angle of 185.54º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D838F is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 131 | 143 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.44 |
| HSL | 185.54º | 0.83% | 0.31% | - |
| HSV(B) | 185.54º | 0.91% | 0.56% | - |
| XYZ | 13.24 | 18.3 | 28.82 | - |
| YUV | 97.09 | 153.91 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 143 | 0.91 | 0.08 | 0 | 0.44 | 185.54 | 0.83 | 0.31 |
| Hex | D | 83 | 8F | 5B | 8 | 0 | 2C | BA | 53 | 1F |
| Octal | 15 | 203 | 217 | 133 | 10 | 0 | 54 | 272 | 123 | 37 |
| Binary | 1101 | 10000011 | 10001111 | 1011011 | 1000 | 0 | 101100 | 10111010 | 1010011 | 11111 |
Color Harmonies of #0D838F
Complementary color
Monochromatic Colors of #0D838F
Black with #0D838F
Text Example
Text Example
White with #0D838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D838F; }
p { color: rgb(13,131,143); }
H1.HeaderClassName
{
color: #0D838F;
}
.AnyTagClassName
{
color: #0D838F;
}
</style>
background-color css
<style>
a { background-color: #0D838F; }
a { background-color: rgb(13,131,143); }
div.DivClassName
{
background-color: #0D838F;
}
.BgClassName
{
background-color: #0D838F;
}
</style>
border-color css
<style>
span { border-color: #0D838F; }
span { border-color: rgb(13,131,143); }
td.TdClassName
{
border-color: #0D838F;
}
.TagClassName
{
border-color: #0D838F;
}
</style>