Shades of Dark Cyan #089193
Tints of Dark Cyan #089193
RGB
CMYK
RGB Variations
Color information
#089193 (or 0x089193) is known color: Dark Cyan. HEX triplet: 08, 91 and 93. RGB value is (8,145,147). Sum of RGB (Red+Green+Blue) = 8+145+147=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #089193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089193 is #F76E6C. Grayscale: #686868. Windows color (decimal): -16215661 or 9670920. OLE color: 9670920.
HSL color Cylindrical-coordinate representation of color #089193: hue angle of 180.86º 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 #089193 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 145 | 147 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.42 |
| HSL | 180.86º | 0.9% | 0.3% | - |
| HSV(B) | 180.86º | 0.95% | 0.58% | - |
| XYZ | 15.49 | 22.41 | 31.11 | - |
| YUV | 104.27 | 152.11 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 145 | 147 | 0.95 | 0.01 | 0 | 0.42 | 180.86 | 0.9 | 0.3 |
| Hex | 8 | 91 | 93 | 5F | 1 | 0 | 2A | B5 | 5A | 1E |
| Octal | 10 | 221 | 223 | 137 | 1 | 0 | 52 | 265 | 132 | 36 |
| Binary | 1000 | 10010001 | 10010011 | 1011111 | 1 | 0 | 101010 | 10110101 | 1011010 | 11110 |
Color Harmonies of #089193
Complementary color
Monochromatic Colors of #089193
Black with #089193
Text Example
Text Example
White with #089193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089193; }
p { color: rgb(8,145,147); }
H1.HeaderClassName
{
color: #089193;
}
.AnyTagClassName
{
color: #089193;
}
</style>
background-color css
<style>
a { background-color: #089193; }
a { background-color: rgb(8,145,147); }
div.DivClassName
{
background-color: #089193;
}
.BgClassName
{
background-color: #089193;
}
</style>
border-color css
<style>
span { border-color: #089193; }
span { border-color: rgb(8,145,147); }
td.TdClassName
{
border-color: #089193;
}
.TagClassName
{
border-color: #089193;
}
</style>