Shades of Dark Cyan #0D948B
Tints of Dark Cyan #0D948B
RGB
CMYK
RGB Variations
Color information
#0D948B (or 0x0D948B) is known color: Dark Cyan. HEX triplet: 0D, 94 and 8B. RGB value is (13,148,139). Sum of RGB (Red+Green+Blue) = 13+148+139=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #0D948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D948B is #F26B74. Grayscale: #6A6A6A. Windows color (decimal): -15887221 or 9147405. OLE color: 9147405.
HSL color Cylindrical-coordinate representation of color #0D948B: hue angle of 176º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D948B is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 139 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.42 |
| HSL | 176º | 0.84% | 0.32% | - |
| HSV(B) | 176º | 0.91% | 0.58% | - |
| XYZ | 15.42 | 23.13 | 28.08 | - |
| YUV | 106.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 139 | 0.91 | 0 | 0.06 | 0.42 | 176 | 0.84 | 0.32 |
| Hex | D | 94 | 8B | 5B | 0 | 6 | 2A | B0 | 54 | 20 |
| Octal | 15 | 224 | 213 | 133 | 0 | 6 | 52 | 260 | 124 | 40 |
| Binary | 1101 | 10010100 | 10001011 | 1011011 | 0 | 110 | 101010 | 10110000 | 1010100 | 100000 |
Color Harmonies of #0D948B
Complementary color
Monochromatic Colors of #0D948B
Black with #0D948B
Text Example
Text Example
White with #0D948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D948B; }
p { color: rgb(13,148,139); }
H1.HeaderClassName
{
color: #0D948B;
}
.AnyTagClassName
{
color: #0D948B;
}
</style>
background-color css
<style>
a { background-color: #0D948B; }
a { background-color: rgb(13,148,139); }
div.DivClassName
{
background-color: #0D948B;
}
.BgClassName
{
background-color: #0D948B;
}
</style>
border-color css
<style>
span { border-color: #0D948B; }
span { border-color: rgb(13,148,139); }
td.TdClassName
{
border-color: #0D948B;
}
.TagClassName
{
border-color: #0D948B;
}
</style>