Shades of Dark Cyan #009189
Tints of Dark Cyan #009189
RGB
CMYK
RGB Variations
Color information
#009189 (or 0x009189) is known color: Dark Cyan. HEX triplet: 00, 91 and 89. RGB value is (0,145,137). Sum of RGB (Red+Green+Blue) = 0+145+137=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #009189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009189 is #FF6E76. Grayscale: #646464. Windows color (decimal): -16739959 or 9015552. OLE color: 9015552.
HSL color Cylindrical-coordinate representation of color #009189: hue angle of 176.69º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009189 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 137 | - |
| CMYK | 1 | 0 | 0.06 | 0.43 |
| HSL | 176.69º | 1% | 0.28% | - |
| HSV(B) | 176.69º | 1% | 0.57% | - |
| XYZ | 14.64 | 22.06 | 27.15 | - |
| YUV | 100.73 | 148.46 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 137 | 1 | 0 | 0.06 | 0.43 | 176.69 | 1 | 0.28 |
| Hex | 0 | 91 | 89 | 64 | 0 | 6 | 2B | B1 | 64 | 1C |
| Octal | 0 | 221 | 211 | 144 | 0 | 6 | 53 | 261 | 144 | 34 |
| Binary | 0 | 10010001 | 10001001 | 1100100 | 0 | 110 | 101011 | 10110001 | 1100100 | 11100 |
Color Harmonies of #009189
Complementary color
Monochromatic Colors of #009189
Black with #009189
Text Example
Text Example
White with #009189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009189; }
p { color: rgb(0,145,137); }
H1.HeaderClassName
{
color: #009189;
}
.AnyTagClassName
{
color: #009189;
}
</style>
background-color css
<style>
a { background-color: #009189; }
a { background-color: rgb(0,145,137); }
div.DivClassName
{
background-color: #009189;
}
.BgClassName
{
background-color: #009189;
}
</style>
border-color css
<style>
span { border-color: #009189; }
span { border-color: rgb(0,145,137); }
td.TdClassName
{
border-color: #009189;
}
.TagClassName
{
border-color: #009189;
}
</style>