Shades of Dark Cyan #0D958A
Tints of Dark Cyan #0D958A
RGB
CMYK
RGB Variations
Color information
#0D958A (or 0x0D958A) is known color: Dark Cyan. HEX triplet: 0D, 95 and 8A. RGB value is (13,149,138). Sum of RGB (Red+Green+Blue) = 13+149+138=300 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #0D958A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D958A is #F26A75. Grayscale: #6A6A6A. Windows color (decimal): -15886966 or 9082125. OLE color: 9082125.
HSL color Cylindrical-coordinate representation of color #0D958A: hue angle of 175.15º 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 #0D958A is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 138 | - |
| CMYK | 0.91 | 0 | 0.07 | 0.42 |
| HSL | 175.15º | 0.84% | 0.32% | - |
| HSV(B) | 175.15º | 0.91% | 0.58% | - |
| XYZ | 15.5 | 23.42 | 27.75 | - |
| YUV | 107.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 138 | 0.91 | 0 | 0.07 | 0.42 | 175.15 | 0.84 | 0.32 |
| Hex | D | 95 | 8A | 5B | 0 | 7 | 2A | AF | 54 | 20 |
| Octal | 15 | 225 | 212 | 133 | 0 | 7 | 52 | 257 | 124 | 40 |
| Binary | 1101 | 10010101 | 10001010 | 1011011 | 0 | 111 | 101010 | 10101111 | 1010100 | 100000 |
Color Harmonies of #0D958A
Complementary color
Monochromatic Colors of #0D958A
Black with #0D958A
Text Example
Text Example
White with #0D958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D958A; }
p { color: rgb(13,149,138); }
H1.HeaderClassName
{
color: #0D958A;
}
.AnyTagClassName
{
color: #0D958A;
}
</style>
background-color css
<style>
a { background-color: #0D958A; }
a { background-color: rgb(13,149,138); }
div.DivClassName
{
background-color: #0D958A;
}
.BgClassName
{
background-color: #0D958A;
}
</style>
border-color css
<style>
span { border-color: #0D958A; }
span { border-color: rgb(13,149,138); }
td.TdClassName
{
border-color: #0D958A;
}
.TagClassName
{
border-color: #0D958A;
}
</style>