Shades of Dark Cyan #009294
Tints of Dark Cyan #009294
RGB
CMYK
RGB Variations
Color information
#009294 (or 0x009294) is known color: Dark Cyan. HEX triplet: 00, 92 and 94. RGB value is (0,146,148). Sum of RGB (Red+Green+Blue) = 0+146+148=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #009294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009294 is #FF6D6B. Grayscale: #666666. Windows color (decimal): -16739692 or 9736704. OLE color: 9736704.
HSL color Cylindrical-coordinate representation of color #009294: hue angle of 180.81º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009294 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 146 | 148 | - |
| CMYK | 1 | 0.01 | 0 | 0.42 |
| HSL | 180.81º | 1% | 0.29% | - |
| HSV(B) | 180.81º | 1% | 0.58% | - |
| XYZ | 15.62 | 22.7 | 31.57 | - |
| YUV | 102.57 | 153.63 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 148 | 1 | 0.01 | 0 | 0.42 | 180.81 | 1 | 0.29 |
| Hex | 0 | 92 | 94 | 64 | 1 | 0 | 2A | B5 | 64 | 1D |
| Octal | 0 | 222 | 224 | 144 | 1 | 0 | 52 | 265 | 144 | 35 |
| Binary | 0 | 10010010 | 10010100 | 1100100 | 1 | 0 | 101010 | 10110101 | 1100100 | 11101 |
Color Harmonies of #009294
Complementary color
Monochromatic Colors of #009294
Black with #009294
Text Example
Text Example
White with #009294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009294; }
p { color: rgb(0,146,148); }
H1.HeaderClassName
{
color: #009294;
}
.AnyTagClassName
{
color: #009294;
}
</style>
background-color css
<style>
a { background-color: #009294; }
a { background-color: rgb(0,146,148); }
div.DivClassName
{
background-color: #009294;
}
.BgClassName
{
background-color: #009294;
}
</style>
border-color css
<style>
span { border-color: #009294; }
span { border-color: rgb(0,146,148); }
td.TdClassName
{
border-color: #009294;
}
.TagClassName
{
border-color: #009294;
}
</style>