Shades of Dark Cyan #089082
Tints of Dark Cyan #089082
RGB
CMYK
RGB Variations
Color information
#089082 (or 0x089082) is known color: Dark Cyan. HEX triplet: 08, 90 and 82. RGB value is (8,144,130). Sum of RGB (Red+Green+Blue) = 8+144+130=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #089082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089082 is #F76F7D. Grayscale: #656565. Windows color (decimal): -16215934 or 8556552. OLE color: 8556552.
HSL color Cylindrical-coordinate representation of color #089082: hue angle of 173.82º degrees, saturation: 0.89, 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 #089082 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 144 | 130 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.44 |
| HSL | 173.82º | 0.89% | 0.3% | - |
| HSV(B) | 173.82º | 0.94% | 0.56% | - |
| XYZ | 14.1 | 21.61 | 24.55 | - |
| YUV | 101.74 | 143.94 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 130 | 0.94 | 0 | 0.10 | 0.44 | 173.82 | 0.89 | 0.3 |
| Hex | 8 | 90 | 82 | 5E | 0 | A | 2C | AE | 59 | 1E |
| Octal | 10 | 220 | 202 | 136 | 0 | 12 | 54 | 256 | 131 | 36 |
| Binary | 1000 | 10010000 | 10000010 | 1011110 | 0 | 1010 | 101100 | 10101110 | 1011001 | 11110 |
Color Harmonies of #089082
Complementary color
Monochromatic Colors of #089082
Black with #089082
Text Example
Text Example
White with #089082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089082; }
p { color: rgb(8,144,130); }
H1.HeaderClassName
{
color: #089082;
}
.AnyTagClassName
{
color: #089082;
}
</style>
background-color css
<style>
a { background-color: #089082; }
a { background-color: rgb(8,144,130); }
div.DivClassName
{
background-color: #089082;
}
.BgClassName
{
background-color: #089082;
}
</style>
border-color css
<style>
span { border-color: #089082; }
span { border-color: rgb(8,144,130); }
td.TdClassName
{
border-color: #089082;
}
.TagClassName
{
border-color: #089082;
}
</style>