Shades of Dark Cyan #089385
Tints of Dark Cyan #089385
RGB
CMYK
RGB Variations
Color information
#089385 (or 0x089385) is known color: Dark Cyan. HEX triplet: 08, 93 and 85. RGB value is (8,147,133). Sum of RGB (Red+Green+Blue) = 8+147+133=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #089385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089385 is #F76C7A. Grayscale: #676767. Windows color (decimal): -16215163 or 8753928. OLE color: 8753928.
HSL color Cylindrical-coordinate representation of color #089385: hue angle of 173.96º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089385 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 147 | 133 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.42 |
| HSL | 173.96º | 0.9% | 0.3% | - |
| HSV(B) | 173.96º | 0.95% | 0.58% | - |
| XYZ | 14.77 | 22.61 | 25.78 | - |
| YUV | 103.84 | 144.45 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 133 | 0.95 | 0 | 0.10 | 0.42 | 173.96 | 0.9 | 0.3 |
| Hex | 8 | 93 | 85 | 5F | 0 | A | 2A | AE | 5A | 1E |
| Octal | 10 | 223 | 205 | 137 | 0 | 12 | 52 | 256 | 132 | 36 |
| Binary | 1000 | 10010011 | 10000101 | 1011111 | 0 | 1010 | 101010 | 10101110 | 1011010 | 11110 |
Color Harmonies of #089385
Complementary color
Monochromatic Colors of #089385
Black with #089385
Text Example
Text Example
White with #089385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089385; }
p { color: rgb(8,147,133); }
H1.HeaderClassName
{
color: #089385;
}
.AnyTagClassName
{
color: #089385;
}
</style>
background-color css
<style>
a { background-color: #089385; }
a { background-color: rgb(8,147,133); }
div.DivClassName
{
background-color: #089385;
}
.BgClassName
{
background-color: #089385;
}
</style>
border-color css
<style>
span { border-color: #089385; }
span { border-color: rgb(8,147,133); }
td.TdClassName
{
border-color: #089385;
}
.TagClassName
{
border-color: #089385;
}
</style>