Shades of Dark Cyan #009298
Tints of Dark Cyan #009298
RGB
CMYK
RGB Variations
Color information
#009298 (or 0x009298) is known color: Dark Cyan. HEX triplet: 00, 92 and 98. RGB value is (0,146,152). Sum of RGB (Red+Green+Blue) = 0+146+152=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #009298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009298 is #FF6D67. Grayscale: #666666. Windows color (decimal): -16739688 or 9998848. OLE color: 9998848.
HSL color Cylindrical-coordinate representation of color #009298: hue angle of 182.37º 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 #009298 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 146 | 152 | - |
| CMYK | 1 | 0.04 | 0 | 0.40 |
| HSL | 182.37º | 1% | 0.3% | - |
| HSV(B) | 182.37º | 1% | 0.6% | - |
| XYZ | 15.95 | 22.82 | 33.27 | - |
| YUV | 103.03 | 155.63 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 152 | 1 | 0.04 | 0 | 0.40 | 182.37 | 1 | 0.3 |
| Hex | 0 | 92 | 98 | 64 | 4 | 0 | 28 | B6 | 64 | 1E |
| Octal | 0 | 222 | 230 | 144 | 4 | 0 | 50 | 266 | 144 | 36 |
| Binary | 0 | 10010010 | 10011000 | 1100100 | 100 | 0 | 101000 | 10110110 | 1100100 | 11110 |
Color Harmonies of #009298
Complementary color
Monochromatic Colors of #009298
Black with #009298
Text Example
Text Example
White with #009298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009298; }
p { color: rgb(0,146,152); }
H1.HeaderClassName
{
color: #009298;
}
.AnyTagClassName
{
color: #009298;
}
</style>
background-color css
<style>
a { background-color: #009298; }
a { background-color: rgb(0,146,152); }
div.DivClassName
{
background-color: #009298;
}
.BgClassName
{
background-color: #009298;
}
</style>
border-color css
<style>
span { border-color: #009298; }
span { border-color: rgb(0,146,152); }
td.TdClassName
{
border-color: #009298;
}
.TagClassName
{
border-color: #009298;
}
</style>