Shades of Dark Cyan #088790
Tints of Dark Cyan #088790
RGB
CMYK
RGB Variations
Color information
#088790 (or 0x088790) is known color: Dark Cyan. HEX triplet: 08, 87 and 90. RGB value is (8,135,144). Sum of RGB (Red+Green+Blue) = 8+135+144=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #088790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088790 is #F7786F. Grayscale: #616161. Windows color (decimal): -16218224 or 9471752. OLE color: 9471752.
HSL color Cylindrical-coordinate representation of color #088790: hue angle of 183.97º 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 #088790 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 135 | 144 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.44 |
| HSL | 183.97º | 0.89% | 0.3% | - |
| HSV(B) | 183.97º | 0.94% | 0.56% | - |
| XYZ | 13.8 | 19.39 | 29.4 | - |
| YUV | 98.05 | 153.92 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 144 | 0.94 | 0.06 | 0 | 0.44 | 183.97 | 0.89 | 0.3 |
| Hex | 8 | 87 | 90 | 5E | 6 | 0 | 2C | B8 | 59 | 1E |
| Octal | 10 | 207 | 220 | 136 | 6 | 0 | 54 | 270 | 131 | 36 |
| Binary | 1000 | 10000111 | 10010000 | 1011110 | 110 | 0 | 101100 | 10111000 | 1011001 | 11110 |
Color Harmonies of #088790
Complementary color
Monochromatic Colors of #088790
Black with #088790
Text Example
Text Example
White with #088790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088790; }
p { color: rgb(8,135,144); }
H1.HeaderClassName
{
color: #088790;
}
.AnyTagClassName
{
color: #088790;
}
</style>
background-color css
<style>
a { background-color: #088790; }
a { background-color: rgb(8,135,144); }
div.DivClassName
{
background-color: #088790;
}
.BgClassName
{
background-color: #088790;
}
</style>
border-color css
<style>
span { border-color: #088790; }
span { border-color: rgb(8,135,144); }
td.TdClassName
{
border-color: #088790;
}
.TagClassName
{
border-color: #088790;
}
</style>