Shades of Dark Cyan #089284
Tints of Dark Cyan #089284
RGB
CMYK
RGB Variations
Color information
#089284 (or 0x089284) is known color: Dark Cyan. HEX triplet: 08, 92 and 84. RGB value is (8,146,132). Sum of RGB (Red+Green+Blue) = 8+146+132=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #089284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089284 is #F76D7B. Grayscale: #676767. Windows color (decimal): -16215420 or 8688136. OLE color: 8688136.
HSL color Cylindrical-coordinate representation of color #089284: hue angle of 173.91º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089284 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 146 | 132 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.43 |
| HSL | 173.91º | 0.9% | 0.3% | - |
| HSV(B) | 173.91º | 0.95% | 0.57% | - |
| XYZ | 14.54 | 22.28 | 25.36 | - |
| YUV | 103.14 | 144.28 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 132 | 0.95 | 0 | 0.10 | 0.43 | 173.91 | 0.9 | 0.3 |
| Hex | 8 | 92 | 84 | 5F | 0 | A | 2B | AE | 5A | 1E |
| Octal | 10 | 222 | 204 | 137 | 0 | 12 | 53 | 256 | 132 | 36 |
| Binary | 1000 | 10010010 | 10000100 | 1011111 | 0 | 1010 | 101011 | 10101110 | 1011010 | 11110 |
Color Harmonies of #089284
Complementary color
Monochromatic Colors of #089284
Black with #089284
Text Example
Text Example
White with #089284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089284; }
p { color: rgb(8,146,132); }
H1.HeaderClassName
{
color: #089284;
}
.AnyTagClassName
{
color: #089284;
}
</style>
background-color css
<style>
a { background-color: #089284; }
a { background-color: rgb(8,146,132); }
div.DivClassName
{
background-color: #089284;
}
.BgClassName
{
background-color: #089284;
}
</style>
border-color css
<style>
span { border-color: #089284; }
span { border-color: rgb(8,146,132); }
td.TdClassName
{
border-color: #089284;
}
.TagClassName
{
border-color: #089284;
}
</style>