Shades of Dark Cyan #089886
Tints of Dark Cyan #089886
RGB
CMYK
RGB Variations
Color information
#089886 (or 0x089886) is known color: Dark Cyan. HEX triplet: 08, 98 and 86. RGB value is (8,152,134). Sum of RGB (Red+Green+Blue) = 8+152+134=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #089886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089886 is #F76779. Grayscale: #6A6A6A. Windows color (decimal): -16213882 or 8820744. OLE color: 8820744.
HSL color Cylindrical-coordinate representation of color #089886: hue angle of 172.5º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089886 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 152 | 134 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.40 |
| HSL | 172.5º | 0.9% | 0.31% | - |
| HSV(B) | 172.5º | 0.95% | 0.6% | - |
| XYZ | 15.63 | 24.23 | 26.41 | - |
| YUV | 106.89 | 143.29 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 134 | 0.95 | 0 | 0.12 | 0.40 | 172.5 | 0.9 | 0.31 |
| Hex | 8 | 98 | 86 | 5F | 0 | C | 28 | AC | 5A | 1F |
| Octal | 10 | 230 | 206 | 137 | 0 | 14 | 50 | 254 | 132 | 37 |
| Binary | 1000 | 10011000 | 10000110 | 1011111 | 0 | 1100 | 101000 | 10101100 | 1011010 | 11111 |
Color Harmonies of #089886
Complementary color
Monochromatic Colors of #089886
Black with #089886
Text Example
Text Example
White with #089886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089886; }
p { color: rgb(8,152,134); }
H1.HeaderClassName
{
color: #089886;
}
.AnyTagClassName
{
color: #089886;
}
</style>
background-color css
<style>
a { background-color: #089886; }
a { background-color: rgb(8,152,134); }
div.DivClassName
{
background-color: #089886;
}
.BgClassName
{
background-color: #089886;
}
</style>
border-color css
<style>
span { border-color: #089886; }
span { border-color: rgb(8,152,134); }
td.TdClassName
{
border-color: #089886;
}
.TagClassName
{
border-color: #089886;
}
</style>