Shades of Dark Cyan #089885
Tints of Dark Cyan #089885
RGB
CMYK
RGB Variations
Color information
#089885 (or 0x089885) is known color: Dark Cyan. HEX triplet: 08, 98 and 85. RGB value is (8,152,133). Sum of RGB (Red+Green+Blue) = 8+152+133=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #089885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089885 is #F7677A. Grayscale: #6A6A6A. Windows color (decimal): -16213883 or 8755208. OLE color: 8755208.
HSL color Cylindrical-coordinate representation of color #089885: hue angle of 172.08º 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 #089885 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 152 | 133 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.40 |
| HSL | 172.08º | 0.9% | 0.31% | - |
| HSV(B) | 172.08º | 0.95% | 0.6% | - |
| XYZ | 15.56 | 24.2 | 26.04 | - |
| YUV | 106.78 | 142.79 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 133 | 0.95 | 0 | 0.13 | 0.40 | 172.08 | 0.9 | 0.31 |
| Hex | 8 | 98 | 85 | 5F | 0 | D | 28 | AC | 5A | 1F |
| Octal | 10 | 230 | 205 | 137 | 0 | 15 | 50 | 254 | 132 | 37 |
| Binary | 1000 | 10011000 | 10000101 | 1011111 | 0 | 1101 | 101000 | 10101100 | 1011010 | 11111 |
Color Harmonies of #089885
Complementary color
Monochromatic Colors of #089885
Black with #089885
Text Example
Text Example
White with #089885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089885; }
p { color: rgb(8,152,133); }
H1.HeaderClassName
{
color: #089885;
}
.AnyTagClassName
{
color: #089885;
}
</style>
background-color css
<style>
a { background-color: #089885; }
a { background-color: rgb(8,152,133); }
div.DivClassName
{
background-color: #089885;
}
.BgClassName
{
background-color: #089885;
}
</style>
border-color css
<style>
span { border-color: #089885; }
span { border-color: rgb(8,152,133); }
td.TdClassName
{
border-color: #089885;
}
.TagClassName
{
border-color: #089885;
}
</style>