Shades of Dark Cyan #009386
Tints of Dark Cyan #009386
RGB
CMYK
RGB Variations
Color information
#009386 (or 0x009386) is known color: Dark Cyan. HEX triplet: 00, 93 and 86. RGB value is (0,147,134). Sum of RGB (Red+Green+Blue) = 0+147+134=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #009386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009386 is #FF6C79. Grayscale: #656565. Windows color (decimal): -16739450 or 8819456. OLE color: 8819456.
HSL color Cylindrical-coordinate representation of color #009386: hue angle of 174.69º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009386 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 147 | 134 | - |
| CMYK | 1 | 0 | 0.09 | 0.42 |
| HSL | 174.69º | 1% | 0.29% | - |
| HSV(B) | 174.69º | 1% | 0.58% | - |
| XYZ | 14.74 | 22.59 | 26.14 | - |
| YUV | 101.57 | 146.3 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 134 | 1 | 0 | 0.09 | 0.42 | 174.69 | 1 | 0.29 |
| Hex | 0 | 93 | 86 | 64 | 0 | 9 | 2A | AF | 64 | 1D |
| Octal | 0 | 223 | 206 | 144 | 0 | 11 | 52 | 257 | 144 | 35 |
| Binary | 0 | 10010011 | 10000110 | 1100100 | 0 | 1001 | 101010 | 10101111 | 1100100 | 11101 |
Color Harmonies of #009386
Complementary color
Monochromatic Colors of #009386
Black with #009386
Text Example
Text Example
White with #009386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009386; }
p { color: rgb(0,147,134); }
H1.HeaderClassName
{
color: #009386;
}
.AnyTagClassName
{
color: #009386;
}
</style>
background-color css
<style>
a { background-color: #009386; }
a { background-color: rgb(0,147,134); }
div.DivClassName
{
background-color: #009386;
}
.BgClassName
{
background-color: #009386;
}
</style>
border-color css
<style>
span { border-color: #009386; }
span { border-color: rgb(0,147,134); }
td.TdClassName
{
border-color: #009386;
}
.TagClassName
{
border-color: #009386;
}
</style>