Shades of Dark Cyan #009498
Tints of Dark Cyan #009498
RGB
CMYK
RGB Variations
Color information
#009498 (or 0x009498) is known color: Dark Cyan. HEX triplet: 00, 94 and 98. RGB value is (0,148,152). Sum of RGB (Red+Green+Blue) = 0+148+152=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #009498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009498 is #FF6B67. Grayscale: #686868. Windows color (decimal): -16739176 or 9999360. OLE color: 9999360.
HSL color Cylindrical-coordinate representation of color #009498: hue angle of 181.58º 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 #009498 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 148 | 152 | - |
| CMYK | 1 | 0.03 | 0 | 0.40 |
| HSL | 181.58º | 1% | 0.3% | - |
| HSV(B) | 181.58º | 1% | 0.6% | - |
| XYZ | 16.26 | 23.45 | 33.37 | - |
| YUV | 104.2 | 154.97 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 152 | 1 | 0.03 | 0 | 0.40 | 181.58 | 1 | 0.3 |
| Hex | 0 | 94 | 98 | 64 | 3 | 0 | 28 | B6 | 64 | 1E |
| Octal | 0 | 224 | 230 | 144 | 3 | 0 | 50 | 266 | 144 | 36 |
| Binary | 0 | 10010100 | 10011000 | 1100100 | 11 | 0 | 101000 | 10110110 | 1100100 | 11110 |
Color Harmonies of #009498
Complementary color
Monochromatic Colors of #009498
Black with #009498
Text Example
Text Example
White with #009498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009498; }
p { color: rgb(0,148,152); }
H1.HeaderClassName
{
color: #009498;
}
.AnyTagClassName
{
color: #009498;
}
</style>
background-color css
<style>
a { background-color: #009498; }
a { background-color: rgb(0,148,152); }
div.DivClassName
{
background-color: #009498;
}
.BgClassName
{
background-color: #009498;
}
</style>
border-color css
<style>
span { border-color: #009498; }
span { border-color: rgb(0,148,152); }
td.TdClassName
{
border-color: #009498;
}
.TagClassName
{
border-color: #009498;
}
</style>