Shades of Dark Cyan #089893
Tints of Dark Cyan #089893
RGB
CMYK
RGB Variations
Color information
#089893 (or 0x089893) is known color: Dark Cyan. HEX triplet: 08, 98 and 93. RGB value is (8,152,147). Sum of RGB (Red+Green+Blue) = 8+152+147=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #089893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089893 is #F7676C. Grayscale: #6C6C6C. Windows color (decimal): -16213869 or 9672712. OLE color: 9672712.
HSL color Cylindrical-coordinate representation of color #089893: hue angle of 177.92º 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 #089893 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 152 | 147 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.40 |
| HSL | 177.92º | 0.9% | 0.31% | - |
| HSV(B) | 177.92º | 0.95% | 0.6% | - |
| XYZ | 16.59 | 24.61 | 31.48 | - |
| YUV | 108.37 | 149.79 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 152 | 147 | 0.95 | 0 | 0.03 | 0.40 | 177.92 | 0.9 | 0.31 |
| Hex | 8 | 98 | 93 | 5F | 0 | 3 | 28 | B2 | 5A | 1F |
| Octal | 10 | 230 | 223 | 137 | 0 | 3 | 50 | 262 | 132 | 37 |
| Binary | 1000 | 10011000 | 10010011 | 1011111 | 0 | 11 | 101000 | 10110010 | 1011010 | 11111 |
Color Harmonies of #089893
Complementary color
Monochromatic Colors of #089893
Black with #089893
Text Example
Text Example
White with #089893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089893; }
p { color: rgb(8,152,147); }
H1.HeaderClassName
{
color: #089893;
}
.AnyTagClassName
{
color: #089893;
}
</style>
background-color css
<style>
a { background-color: #089893; }
a { background-color: rgb(8,152,147); }
div.DivClassName
{
background-color: #089893;
}
.BgClassName
{
background-color: #089893;
}
</style>
border-color css
<style>
span { border-color: #089893; }
span { border-color: rgb(8,152,147); }
td.TdClassName
{
border-color: #089893;
}
.TagClassName
{
border-color: #089893;
}
</style>