Shades of Dark Cyan #098290
Tints of Dark Cyan #098290
RGB
CMYK
RGB Variations
Color information
#098290 (or 0x098290) is known color: Dark Cyan. HEX triplet: 09, 82 and 90. RGB value is (9,130,144). Sum of RGB (Red+Green+Blue) = 9+130+144=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #098290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098290 is #F67D6F. Grayscale: #5F5F5F. Windows color (decimal): -16153968 or 9470473. OLE color: 9470473.
HSL color Cylindrical-coordinate representation of color #098290: hue angle of 186.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098290 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 130 | 144 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.44 |
| HSL | 186.22º | 0.88% | 0.3% | - |
| HSV(B) | 186.22º | 0.94% | 0.56% | - |
| XYZ | 13.13 | 18.04 | 29.18 | - |
| YUV | 95.42 | 155.41 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 144 | 0.94 | 0.10 | 0 | 0.44 | 186.22 | 0.88 | 0.3 |
| Hex | 9 | 82 | 90 | 5E | A | 0 | 2C | BA | 58 | 1E |
| Octal | 11 | 202 | 220 | 136 | 12 | 0 | 54 | 272 | 130 | 36 |
| Binary | 1001 | 10000010 | 10010000 | 1011110 | 1010 | 0 | 101100 | 10111010 | 1011000 | 11110 |
Color Harmonies of #098290
Complementary color
Monochromatic Colors of #098290
Black with #098290
Text Example
Text Example
White with #098290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098290; }
p { color: rgb(9,130,144); }
H1.HeaderClassName
{
color: #098290;
}
.AnyTagClassName
{
color: #098290;
}
</style>
background-color css
<style>
a { background-color: #098290; }
a { background-color: rgb(9,130,144); }
div.DivClassName
{
background-color: #098290;
}
.BgClassName
{
background-color: #098290;
}
</style>
border-color css
<style>
span { border-color: #098290; }
span { border-color: rgb(9,130,144); }
td.TdClassName
{
border-color: #098290;
}
.TagClassName
{
border-color: #098290;
}
</style>