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