Shades of Dark Cyan #009397
Tints of Dark Cyan #009397
RGB
CMYK
RGB Variations
Color information
#009397 (or 0x009397) is known color: Dark Cyan. HEX triplet: 00, 93 and 97. RGB value is (0,147,151). Sum of RGB (Red+Green+Blue) = 0+147+151=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #009397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009397 is #FF6C68. Grayscale: #676767. Windows color (decimal): -16739433 or 9933568. OLE color: 9933568.
HSL color Cylindrical-coordinate representation of color #009397: hue angle of 181.59º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009397 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 147 | 151 | - |
| CMYK | 1 | 0.03 | 0 | 0.41 |
| HSL | 181.59º | 1% | 0.3% | - |
| HSV(B) | 181.59º | 1% | 0.59% | - |
| XYZ | 16.02 | 23.1 | 32.89 | - |
| YUV | 103.5 | 154.8 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 151 | 1 | 0.03 | 0 | 0.41 | 181.59 | 1 | 0.3 |
| Hex | 0 | 93 | 97 | 64 | 3 | 0 | 29 | B6 | 64 | 1E |
| Octal | 0 | 223 | 227 | 144 | 3 | 0 | 51 | 266 | 144 | 36 |
| Binary | 0 | 10010011 | 10010111 | 1100100 | 11 | 0 | 101001 | 10110110 | 1100100 | 11110 |
Color Harmonies of #009397
Complementary color
Monochromatic Colors of #009397
Black with #009397
Text Example
Text Example
White with #009397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009397; }
p { color: rgb(0,147,151); }
H1.HeaderClassName
{
color: #009397;
}
.AnyTagClassName
{
color: #009397;
}
</style>
background-color css
<style>
a { background-color: #009397; }
a { background-color: rgb(0,147,151); }
div.DivClassName
{
background-color: #009397;
}
.BgClassName
{
background-color: #009397;
}
</style>
border-color css
<style>
span { border-color: #009397; }
span { border-color: rgb(0,147,151); }
td.TdClassName
{
border-color: #009397;
}
.TagClassName
{
border-color: #009397;
}
</style>