Shades of Dark Cyan #088990
Tints of Dark Cyan #088990
RGB
CMYK
RGB Variations
Color information
#088990 (or 0x088990) is known color: Dark Cyan. HEX triplet: 08, 89 and 90. RGB value is (8,137,144). Sum of RGB (Red+Green+Blue) = 8+137+144=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #088990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088990 is #F7766F. Grayscale: #636363. Windows color (decimal): -16217712 or 9472264. OLE color: 9472264.
HSL color Cylindrical-coordinate representation of color #088990: hue angle of 183.09º 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 #088990 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 137 | 144 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.44 |
| HSL | 183.09º | 0.89% | 0.3% | - |
| HSV(B) | 183.09º | 0.94% | 0.56% | - |
| XYZ | 14.08 | 19.96 | 29.5 | - |
| YUV | 99.23 | 153.26 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 144 | 0.94 | 0.05 | 0 | 0.44 | 183.09 | 0.89 | 0.3 |
| Hex | 8 | 89 | 90 | 5E | 5 | 0 | 2C | B7 | 59 | 1E |
| Octal | 10 | 211 | 220 | 136 | 5 | 0 | 54 | 267 | 131 | 36 |
| Binary | 1000 | 10001001 | 10010000 | 1011110 | 101 | 0 | 101100 | 10110111 | 1011001 | 11110 |
Color Harmonies of #088990
Complementary color
Monochromatic Colors of #088990
Black with #088990
Text Example
Text Example
White with #088990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088990; }
p { color: rgb(8,137,144); }
H1.HeaderClassName
{
color: #088990;
}
.AnyTagClassName
{
color: #088990;
}
</style>
background-color css
<style>
a { background-color: #088990; }
a { background-color: rgb(8,137,144); }
div.DivClassName
{
background-color: #088990;
}
.BgClassName
{
background-color: #088990;
}
</style>
border-color css
<style>
span { border-color: #088990; }
span { border-color: rgb(8,137,144); }
td.TdClassName
{
border-color: #088990;
}
.TagClassName
{
border-color: #088990;
}
</style>