Shades of Dark Cyan #009380
Tints of Dark Cyan #009380
RGB
CMYK
RGB Variations
Color information
#009380 (or 0x009380) is known color: Dark Cyan. HEX triplet: 00, 93 and 80. RGB value is (0,147,128). Sum of RGB (Red+Green+Blue) = 0+147+128=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #009380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009380 is #FF6C7F. Grayscale: #646464. Windows color (decimal): -16739456 or 8426240. OLE color: 8426240.
HSL color Cylindrical-coordinate representation of color #009380: hue angle of 172.24º 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 #009380 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 147 | 128 | - |
| CMYK | 1 | 0 | 0.13 | 0.42 |
| HSL | 172.24º | 1% | 0.29% | - |
| HSV(B) | 172.24º | 1% | 0.58% | - |
| XYZ | 14.33 | 22.43 | 24 | - |
| YUV | 100.88 | 143.3 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 128 | 1 | 0 | 0.13 | 0.42 | 172.24 | 1 | 0.29 |
| Hex | 0 | 93 | 80 | 64 | 0 | D | 2A | AC | 64 | 1D |
| Octal | 0 | 223 | 200 | 144 | 0 | 15 | 52 | 254 | 144 | 35 |
| Binary | 0 | 10010011 | 10000000 | 1100100 | 0 | 1101 | 101010 | 10101100 | 1100100 | 11101 |
Color Harmonies of #009380
Complementary color
Monochromatic Colors of #009380
Black with #009380
Text Example
Text Example
White with #009380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009380; }
p { color: rgb(0,147,128); }
H1.HeaderClassName
{
color: #009380;
}
.AnyTagClassName
{
color: #009380;
}
</style>
background-color css
<style>
a { background-color: #009380; }
a { background-color: rgb(0,147,128); }
div.DivClassName
{
background-color: #009380;
}
.BgClassName
{
background-color: #009380;
}
</style>
border-color css
<style>
span { border-color: #009380; }
span { border-color: rgb(0,147,128); }
td.TdClassName
{
border-color: #009380;
}
.TagClassName
{
border-color: #009380;
}
</style>