Shades of Dark Cyan #009183
Tints of Dark Cyan #009183
RGB
CMYK
RGB Variations
Color information
#009183 (or 0x009183) is known color: Dark Cyan. HEX triplet: 00, 91 and 83. RGB value is (0,145,131). Sum of RGB (Red+Green+Blue) = 0+145+131=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #009183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009183 is #FF6E7C. Grayscale: #636363. Windows color (decimal): -16739965 or 8622336. OLE color: 8622336.
HSL color Cylindrical-coordinate representation of color #009183: hue angle of 174.21º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009183 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 131 | - |
| CMYK | 1 | 0 | 0.10 | 0.43 |
| HSL | 174.21º | 1% | 0.28% | - |
| HSV(B) | 174.21º | 1% | 0.57% | - |
| XYZ | 14.22 | 21.89 | 24.95 | - |
| YUV | 100.05 | 145.46 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 131 | 1 | 0 | 0.10 | 0.43 | 174.21 | 1 | 0.28 |
| Hex | 0 | 91 | 83 | 64 | 0 | A | 2B | AE | 64 | 1C |
| Octal | 0 | 221 | 203 | 144 | 0 | 12 | 53 | 256 | 144 | 34 |
| Binary | 0 | 10010001 | 10000011 | 1100100 | 0 | 1010 | 101011 | 10101110 | 1100100 | 11100 |
Color Harmonies of #009183
Complementary color
Monochromatic Colors of #009183
Black with #009183
Text Example
Text Example
White with #009183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009183; }
p { color: rgb(0,145,131); }
H1.HeaderClassName
{
color: #009183;
}
.AnyTagClassName
{
color: #009183;
}
</style>
background-color css
<style>
a { background-color: #009183; }
a { background-color: rgb(0,145,131); }
div.DivClassName
{
background-color: #009183;
}
.BgClassName
{
background-color: #009183;
}
</style>
border-color css
<style>
span { border-color: #009183; }
span { border-color: rgb(0,145,131); }
td.TdClassName
{
border-color: #009183;
}
.TagClassName
{
border-color: #009183;
}
</style>