Shades of Dark Cyan #089384
Tints of Dark Cyan #089384
RGB
CMYK
RGB Variations
Color information
#089384 (or 0x089384) is known color: Dark Cyan. HEX triplet: 08, 93 and 84. RGB value is (8,147,132). Sum of RGB (Red+Green+Blue) = 8+147+132=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #089384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089384 is #F76C7B. Grayscale: #676767. Windows color (decimal): -16215164 or 8688392. OLE color: 8688392.
HSL color Cylindrical-coordinate representation of color #089384: hue angle of 173.53º 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 #089384 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 147 | 132 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.42 |
| HSL | 173.53º | 0.9% | 0.3% | - |
| HSV(B) | 173.53º | 0.95% | 0.58% | - |
| XYZ | 14.7 | 22.59 | 25.41 | - |
| YUV | 103.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 132 | 0.95 | 0 | 0.10 | 0.42 | 173.53 | 0.9 | 0.3 |
| Hex | 8 | 93 | 84 | 5F | 0 | A | 2A | AE | 5A | 1E |
| Octal | 10 | 223 | 204 | 137 | 0 | 12 | 52 | 256 | 132 | 36 |
| Binary | 1000 | 10010011 | 10000100 | 1011111 | 0 | 1010 | 101010 | 10101110 | 1011010 | 11110 |
Color Harmonies of #089384
Complementary color
Monochromatic Colors of #089384
Black with #089384
Text Example
Text Example
White with #089384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089384; }
p { color: rgb(8,147,132); }
H1.HeaderClassName
{
color: #089384;
}
.AnyTagClassName
{
color: #089384;
}
</style>
background-color css
<style>
a { background-color: #089384; }
a { background-color: rgb(8,147,132); }
div.DivClassName
{
background-color: #089384;
}
.BgClassName
{
background-color: #089384;
}
</style>
border-color css
<style>
span { border-color: #089384; }
span { border-color: rgb(8,147,132); }
td.TdClassName
{
border-color: #089384;
}
.TagClassName
{
border-color: #089384;
}
</style>