Shades of Dark Cyan #088F80
Tints of Dark Cyan #088F80
RGB
CMYK
RGB Variations
Color information
#088F80 (or 0x088F80) is known color: Dark Cyan. HEX triplet: 08, 8F and 80. RGB value is (8,143,128). Sum of RGB (Red+Green+Blue) = 8+143+128=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #088F80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088F80 is #F7707F. Grayscale: #646464. Windows color (decimal): -16216192 or 8425224. OLE color: 8425224.
HSL color Cylindrical-coordinate representation of color #088F80: hue angle of 173.33º 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 #088F80 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 143 | 128 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.44 |
| HSL | 173.33º | 0.89% | 0.3% | - |
| HSV(B) | 173.33º | 0.94% | 0.56% | - |
| XYZ | 13.82 | 21.26 | 23.8 | - |
| YUV | 100.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 128 | 0.94 | 0 | 0.10 | 0.44 | 173.33 | 0.89 | 0.3 |
| Hex | 8 | 8F | 80 | 5E | 0 | A | 2C | AD | 59 | 1E |
| Octal | 10 | 217 | 200 | 136 | 0 | 12 | 54 | 255 | 131 | 36 |
| Binary | 1000 | 10001111 | 10000000 | 1011110 | 0 | 1010 | 101100 | 10101101 | 1011001 | 11110 |
Color Harmonies of #088F80
Complementary color
Monochromatic Colors of #088F80
Black with #088F80
Text Example
Text Example
White with #088F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088F80; }
p { color: rgb(8,143,128); }
H1.HeaderClassName
{
color: #088F80;
}
.AnyTagClassName
{
color: #088F80;
}
</style>
background-color css
<style>
a { background-color: #088F80; }
a { background-color: rgb(8,143,128); }
div.DivClassName
{
background-color: #088F80;
}
.BgClassName
{
background-color: #088F80;
}
</style>
border-color css
<style>
span { border-color: #088F80; }
span { border-color: rgb(8,143,128); }
td.TdClassName
{
border-color: #088F80;
}
.TagClassName
{
border-color: #088F80;
}
</style>