Shades of Dark Cyan #088090
Tints of Dark Cyan #088090
RGB
CMYK
RGB Variations
Color information
#088090 (or 0x088090) is known color: Dark Cyan. HEX triplet: 08, 80 and 90. RGB value is (8,128,144). Sum of RGB (Red+Green+Blue) = 8+128+144=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #088090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088090 is #F77F6F. Grayscale: #5D5D5D. Windows color (decimal): -16220016 or 9469960. OLE color: 9469960.
HSL color Cylindrical-coordinate representation of color #088090: hue angle of 187.06º 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 #088090 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 128 | 144 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.44 |
| HSL | 187.06º | 0.89% | 0.3% | - |
| HSV(B) | 187.06º | 0.94% | 0.56% | - |
| XYZ | 12.85 | 17.5 | 29.09 | - |
| YUV | 93.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 144 | 0.94 | 0.11 | 0 | 0.44 | 187.06 | 0.89 | 0.3 |
| Hex | 8 | 80 | 90 | 5E | B | 0 | 2C | BB | 59 | 1E |
| Octal | 10 | 200 | 220 | 136 | 13 | 0 | 54 | 273 | 131 | 36 |
| Binary | 1000 | 10000000 | 10010000 | 1011110 | 1011 | 0 | 101100 | 10111011 | 1011001 | 11110 |
Color Harmonies of #088090
Complementary color
Monochromatic Colors of #088090
Black with #088090
Text Example
Text Example
White with #088090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088090; }
p { color: rgb(8,128,144); }
H1.HeaderClassName
{
color: #088090;
}
.AnyTagClassName
{
color: #088090;
}
</style>
background-color css
<style>
a { background-color: #088090; }
a { background-color: rgb(8,128,144); }
div.DivClassName
{
background-color: #088090;
}
.BgClassName
{
background-color: #088090;
}
</style>
border-color css
<style>
span { border-color: #088090; }
span { border-color: rgb(8,128,144); }
td.TdClassName
{
border-color: #088090;
}
.TagClassName
{
border-color: #088090;
}
</style>