Shades of Dark Cyan #089484
Tints of Dark Cyan #089484
RGB
CMYK
RGB Variations
Color information
#089484 (or 0x089484) is known color: Dark Cyan. HEX triplet: 08, 94 and 84. RGB value is (8,148,132). Sum of RGB (Red+Green+Blue) = 8+148+132=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #089484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089484 is #F76B7B. Grayscale: #686868. Windows color (decimal): -16214908 or 8688648. OLE color: 8688648.
HSL color Cylindrical-coordinate representation of color #089484: hue angle of 173.14º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089484 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 148 | 132 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.42 |
| HSL | 173.14º | 0.9% | 0.31% | - |
| HSV(B) | 173.14º | 0.95% | 0.58% | - |
| XYZ | 14.85 | 22.9 | 25.47 | - |
| YUV | 104.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 132 | 0.95 | 0 | 0.11 | 0.42 | 173.14 | 0.9 | 0.31 |
| Hex | 8 | 94 | 84 | 5F | 0 | B | 2A | AD | 5A | 1F |
| Octal | 10 | 224 | 204 | 137 | 0 | 13 | 52 | 255 | 132 | 37 |
| Binary | 1000 | 10010100 | 10000100 | 1011111 | 0 | 1011 | 101010 | 10101101 | 1011010 | 11111 |
Color Harmonies of #089484
Complementary color
Monochromatic Colors of #089484
Black with #089484
Text Example
Text Example
White with #089484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089484; }
p { color: rgb(8,148,132); }
H1.HeaderClassName
{
color: #089484;
}
.AnyTagClassName
{
color: #089484;
}
</style>
background-color css
<style>
a { background-color: #089484; }
a { background-color: rgb(8,148,132); }
div.DivClassName
{
background-color: #089484;
}
.BgClassName
{
background-color: #089484;
}
</style>
border-color css
<style>
span { border-color: #089484; }
span { border-color: rgb(8,148,132); }
td.TdClassName
{
border-color: #089484;
}
.TagClassName
{
border-color: #089484;
}
</style>