Shades of Dark Cyan #009398
Tints of Dark Cyan #009398
RGB
CMYK
RGB Variations
Color information
#009398 (or 0x009398) is known color: Dark Cyan. HEX triplet: 00, 93 and 98. RGB value is (0,147,152). Sum of RGB (Red+Green+Blue) = 0+147+152=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #009398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009398 is #FF6C67. Grayscale: #676767. Windows color (decimal): -16739432 or 9999104. OLE color: 9999104.
HSL color Cylindrical-coordinate representation of color #009398: hue angle of 181.97º 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 #009398 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 147 | 152 | - |
| CMYK | 1 | 0.03 | 0 | 0.40 |
| HSL | 181.97º | 1% | 0.3% | - |
| HSV(B) | 181.97º | 1% | 0.6% | - |
| XYZ | 16.1 | 23.13 | 33.32 | - |
| YUV | 103.62 | 155.3 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 152 | 1 | 0.03 | 0 | 0.40 | 181.97 | 1 | 0.3 |
| Hex | 0 | 93 | 98 | 64 | 3 | 0 | 28 | B6 | 64 | 1E |
| Octal | 0 | 223 | 230 | 144 | 3 | 0 | 50 | 266 | 144 | 36 |
| Binary | 0 | 10010011 | 10011000 | 1100100 | 11 | 0 | 101000 | 10110110 | 1100100 | 11110 |
Color Harmonies of #009398
Complementary color
Monochromatic Colors of #009398
Black with #009398
Text Example
Text Example
White with #009398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009398; }
p { color: rgb(0,147,152); }
H1.HeaderClassName
{
color: #009398;
}
.AnyTagClassName
{
color: #009398;
}
</style>
background-color css
<style>
a { background-color: #009398; }
a { background-color: rgb(0,147,152); }
div.DivClassName
{
background-color: #009398;
}
.BgClassName
{
background-color: #009398;
}
</style>
border-color css
<style>
span { border-color: #009398; }
span { border-color: rgb(0,147,152); }
td.TdClassName
{
border-color: #009398;
}
.TagClassName
{
border-color: #009398;
}
</style>