Shades of Dark Cyan #0D8790
Tints of Dark Cyan #0D8790
RGB
CMYK
RGB Variations
Color information
#0D8790 (or 0x0D8790) is known color: Dark Cyan. HEX triplet: 0D, 87 and 90. RGB value is (13,135,144). Sum of RGB (Red+Green+Blue) = 13+135+144=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D8790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8790 is #F2786F. Grayscale: #636363. Windows color (decimal): -15890544 or 9471757. OLE color: 9471757.
HSL color Cylindrical-coordinate representation of color #0D8790: hue angle of 184.12º 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 #0D8790 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 135 | 144 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.44 |
| HSL | 184.12º | 0.83% | 0.31% | - |
| HSV(B) | 184.12º | 0.91% | 0.56% | - |
| XYZ | 13.86 | 19.43 | 29.4 | - |
| YUV | 99.55 | 153.08 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 144 | 0.91 | 0.06 | 0 | 0.44 | 184.12 | 0.83 | 0.31 |
| Hex | D | 87 | 90 | 5B | 6 | 0 | 2C | B8 | 53 | 1F |
| Octal | 15 | 207 | 220 | 133 | 6 | 0 | 54 | 270 | 123 | 37 |
| Binary | 1101 | 10000111 | 10010000 | 1011011 | 110 | 0 | 101100 | 10111000 | 1010011 | 11111 |
Color Harmonies of #0D8790
Complementary color
Monochromatic Colors of #0D8790
Black with #0D8790
Text Example
Text Example
White with #0D8790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8790; }
p { color: rgb(13,135,144); }
H1.HeaderClassName
{
color: #0D8790;
}
.AnyTagClassName
{
color: #0D8790;
}
</style>
background-color css
<style>
a { background-color: #0D8790; }
a { background-color: rgb(13,135,144); }
div.DivClassName
{
background-color: #0D8790;
}
.BgClassName
{
background-color: #0D8790;
}
</style>
border-color css
<style>
span { border-color: #0D8790; }
span { border-color: rgb(13,135,144); }
td.TdClassName
{
border-color: #0D8790;
}
.TagClassName
{
border-color: #0D8790;
}
</style>