Shades of Dark Cyan #009083
Tints of Dark Cyan #009083
RGB
CMYK
RGB Variations
Color information
#009083 (or 0x009083) is known color: Dark Cyan. HEX triplet: 00, 90 and 83. RGB value is (0,144,131). Sum of RGB (Red+Green+Blue) = 0+144+131=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 144 (56.64% from 255 or 52.36% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 144 - color contains mainly: green. Hex color #009083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009083 is #FF6F7C. Grayscale: #636363. Windows color (decimal): -16740221 or 8622080. OLE color: 8622080.
HSL color Cylindrical-coordinate representation of color #009083: hue angle of 174.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009083 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 131 | - |
| CMYK | 1 | 0 | 0.09 | 0.44 |
| HSL | 174.58º | 1% | 0.28% | - |
| HSV(B) | 174.58º | 1% | 0.56% | - |
| XYZ | 14.07 | 21.59 | 24.9 | - |
| YUV | 99.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 131 | 1 | 0 | 0.09 | 0.44 | 174.58 | 1 | 0.28 |
| Hex | 0 | 90 | 83 | 64 | 0 | 9 | 2C | AF | 64 | 1C |
| Octal | 0 | 220 | 203 | 144 | 0 | 11 | 54 | 257 | 144 | 34 |
| Binary | 0 | 10010000 | 10000011 | 1100100 | 0 | 1001 | 101100 | 10101111 | 1100100 | 11100 |
Color Harmonies of #009083
Complementary color
Monochromatic Colors of #009083
Black with #009083
Text Example
Text Example
White with #009083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009083; }
p { color: rgb(0,144,131); }
H1.HeaderClassName
{
color: #009083;
}
.AnyTagClassName
{
color: #009083;
}
</style>
background-color css
<style>
a { background-color: #009083; }
a { background-color: rgb(0,144,131); }
div.DivClassName
{
background-color: #009083;
}
.BgClassName
{
background-color: #009083;
}
</style>
border-color css
<style>
span { border-color: #009083; }
span { border-color: rgb(0,144,131); }
td.TdClassName
{
border-color: #009083;
}
.TagClassName
{
border-color: #009083;
}
</style>