Shades of Dark Cyan #0D7F8F
Tints of Dark Cyan #0D7F8F
RGB
CMYK
RGB Variations
Color information
#0D7F8F (or 0x0D7F8F) is known color: Dark Cyan. HEX triplet: 0D, 7F and 8F. RGB value is (13,127,143). Sum of RGB (Red+Green+Blue) = 13+127+143=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D7F8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7F8F is #F28070. Grayscale: #5E5E5E. Windows color (decimal): -15892593 or 9404173. OLE color: 9404173.
HSL color Cylindrical-coordinate representation of color #0D7F8F: hue angle of 187.38º 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 #0D7F8F is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 127 | 143 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.44 |
| HSL | 187.38º | 0.83% | 0.31% | - |
| HSV(B) | 187.38º | 0.91% | 0.56% | - |
| XYZ | 12.71 | 17.25 | 28.65 | - |
| YUV | 94.74 | 155.23 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 127 | 143 | 0.91 | 0.11 | 0 | 0.44 | 187.38 | 0.83 | 0.31 |
| Hex | D | 7F | 8F | 5B | B | 0 | 2C | BB | 53 | 1F |
| Octal | 15 | 177 | 217 | 133 | 13 | 0 | 54 | 273 | 123 | 37 |
| Binary | 1101 | 1111111 | 10001111 | 1011011 | 1011 | 0 | 101100 | 10111011 | 1010011 | 11111 |
Color Harmonies of #0D7F8F
Complementary color
Monochromatic Colors of #0D7F8F
Black with #0D7F8F
Text Example
Text Example
White with #0D7F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7F8F; }
p { color: rgb(13,127,143); }
H1.HeaderClassName
{
color: #0D7F8F;
}
.AnyTagClassName
{
color: #0D7F8F;
}
</style>
background-color css
<style>
a { background-color: #0D7F8F; }
a { background-color: rgb(13,127,143); }
div.DivClassName
{
background-color: #0D7F8F;
}
.BgClassName
{
background-color: #0D7F8F;
}
</style>
border-color css
<style>
span { border-color: #0D7F8F; }
span { border-color: rgb(13,127,143); }
td.TdClassName
{
border-color: #0D7F8F;
}
.TagClassName
{
border-color: #0D7F8F;
}
</style>