Shades of Dark Cyan #009598
Tints of Dark Cyan #009598
RGB
CMYK
RGB Variations
Color information
#009598 (or 0x009598) is known color: Dark Cyan. HEX triplet: 00, 95 and 98. RGB value is (0,149,152). Sum of RGB (Red+Green+Blue) = 0+149+152=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #009598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009598 is #FF6A67. Grayscale: #686868. Windows color (decimal): -16738920 or 9999616. OLE color: 9999616.
HSL color Cylindrical-coordinate representation of color #009598: hue angle of 181.18º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009598 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 149 | 152 | - |
| CMYK | 1 | 0.02 | 0 | 0.40 |
| HSL | 181.18º | 1% | 0.3% | - |
| HSV(B) | 181.18º | 1% | 0.6% | - |
| XYZ | 16.41 | 23.76 | 33.43 | - |
| YUV | 104.79 | 154.64 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 152 | 1 | 0.02 | 0 | 0.40 | 181.18 | 1 | 0.3 |
| Hex | 0 | 95 | 98 | 64 | 2 | 0 | 28 | B5 | 64 | 1E |
| Octal | 0 | 225 | 230 | 144 | 2 | 0 | 50 | 265 | 144 | 36 |
| Binary | 0 | 10010101 | 10011000 | 1100100 | 10 | 0 | 101000 | 10110101 | 1100100 | 11110 |
Color Harmonies of #009598
Complementary color
Monochromatic Colors of #009598
Black with #009598
Text Example
Text Example
White with #009598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009598; }
p { color: rgb(0,149,152); }
H1.HeaderClassName
{
color: #009598;
}
.AnyTagClassName
{
color: #009598;
}
</style>
background-color css
<style>
a { background-color: #009598; }
a { background-color: rgb(0,149,152); }
div.DivClassName
{
background-color: #009598;
}
.BgClassName
{
background-color: #009598;
}
</style>
border-color css
<style>
span { border-color: #009598; }
span { border-color: rgb(0,149,152); }
td.TdClassName
{
border-color: #009598;
}
.TagClassName
{
border-color: #009598;
}
</style>