Shades of Dark Cyan #089190
Tints of Dark Cyan #089190
RGB
CMYK
RGB Variations
Color information
#089190 (or 0x089190) is known color: Dark Cyan. HEX triplet: 08, 91 and 90. RGB value is (8,145,144). Sum of RGB (Red+Green+Blue) = 8+145+144=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #089190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089190 is #F76E6F. Grayscale: #676767. Windows color (decimal): -16215664 or 9474312. OLE color: 9474312.
HSL color Cylindrical-coordinate representation of color #089190: hue angle of 179.56º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089190 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 145 | 144 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.43 |
| HSL | 179.56º | 0.9% | 0.3% | - |
| HSV(B) | 179.56º | 0.94% | 0.57% | - |
| XYZ | 15.26 | 22.32 | 29.89 | - |
| YUV | 103.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 144 | 0.94 | 0 | 0.01 | 0.43 | 179.56 | 0.9 | 0.3 |
| Hex | 8 | 91 | 90 | 5E | 0 | 1 | 2B | B4 | 5A | 1E |
| Octal | 10 | 221 | 220 | 136 | 0 | 1 | 53 | 264 | 132 | 36 |
| Binary | 1000 | 10010001 | 10010000 | 1011110 | 0 | 1 | 101011 | 10110100 | 1011010 | 11110 |
Color Harmonies of #089190
Complementary color
Monochromatic Colors of #089190
Black with #089190
Text Example
Text Example
White with #089190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089190; }
p { color: rgb(8,145,144); }
H1.HeaderClassName
{
color: #089190;
}
.AnyTagClassName
{
color: #089190;
}
</style>
background-color css
<style>
a { background-color: #089190; }
a { background-color: rgb(8,145,144); }
div.DivClassName
{
background-color: #089190;
}
.BgClassName
{
background-color: #089190;
}
</style>
border-color css
<style>
span { border-color: #089190; }
span { border-color: rgb(8,145,144); }
td.TdClassName
{
border-color: #089190;
}
.TagClassName
{
border-color: #089190;
}
</style>