Shades of Dark Cyan #009198
Tints of Dark Cyan #009198
RGB
CMYK
RGB Variations
Color information
#009198 (or 0x009198) is known color: Dark Cyan. HEX triplet: 00, 91 and 98. RGB value is (0,145,152). Sum of RGB (Red+Green+Blue) = 0+145+152=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #009198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009198 is #FF6E67. Grayscale: #666666. Windows color (decimal): -16739944 or 9998592. OLE color: 9998592.
HSL color Cylindrical-coordinate representation of color #009198: hue angle of 182.76º 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 #009198 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 145 | 152 | - |
| CMYK | 1 | 0.05 | 0 | 0.40 |
| HSL | 182.76º | 1% | 0.3% | - |
| HSV(B) | 182.76º | 1% | 0.6% | - |
| XYZ | 15.79 | 22.52 | 33.22 | - |
| YUV | 102.44 | 155.96 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 152 | 1 | 0.05 | 0 | 0.40 | 182.76 | 1 | 0.3 |
| Hex | 0 | 91 | 98 | 64 | 5 | 0 | 28 | B7 | 64 | 1E |
| Octal | 0 | 221 | 230 | 144 | 5 | 0 | 50 | 267 | 144 | 36 |
| Binary | 0 | 10010001 | 10011000 | 1100100 | 101 | 0 | 101000 | 10110111 | 1100100 | 11110 |
Color Harmonies of #009198
Complementary color
Monochromatic Colors of #009198
Black with #009198
Text Example
Text Example
White with #009198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009198; }
p { color: rgb(0,145,152); }
H1.HeaderClassName
{
color: #009198;
}
.AnyTagClassName
{
color: #009198;
}
</style>
background-color css
<style>
a { background-color: #009198; }
a { background-color: rgb(0,145,152); }
div.DivClassName
{
background-color: #009198;
}
.BgClassName
{
background-color: #009198;
}
</style>
border-color css
<style>
span { border-color: #009198; }
span { border-color: rgb(0,145,152); }
td.TdClassName
{
border-color: #009198;
}
.TagClassName
{
border-color: #009198;
}
</style>