Shades of Dark Cyan #089093
Tints of Dark Cyan #089093
RGB
CMYK
RGB Variations
Color information
#089093 (or 0x089093) is known color: Dark Cyan. HEX triplet: 08, 90 and 93. RGB value is (8,144,147). Sum of RGB (Red+Green+Blue) = 8+144+147=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #089093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089093 is #F76F6C. Grayscale: #676767. Windows color (decimal): -16215917 or 9670664. OLE color: 9670664.
HSL color Cylindrical-coordinate representation of color #089093: hue angle of 181.29º 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 #089093 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 144 | 147 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.42 |
| HSL | 181.3º | 0.9% | 0.3% | - |
| HSV(B) | 181.3º | 0.95% | 0.58% | - |
| XYZ | 15.34 | 22.1 | 31.06 | - |
| YUV | 103.68 | 152.44 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 144 | 147 | 0.95 | 0.02 | 0 | 0.42 | 181.3 | 0.9 | 0.3 |
| Hex | 8 | 90 | 93 | 5F | 2 | 0 | 2A | B5 | 5A | 1E |
| Octal | 10 | 220 | 223 | 137 | 2 | 0 | 52 | 265 | 132 | 36 |
| Binary | 1000 | 10010000 | 10010011 | 1011111 | 10 | 0 | 101010 | 10110101 | 1011010 | 11110 |
Color Harmonies of #089093
Complementary color
Monochromatic Colors of #089093
Black with #089093
Text Example
Text Example
White with #089093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089093; }
p { color: rgb(8,144,147); }
H1.HeaderClassName
{
color: #089093;
}
.AnyTagClassName
{
color: #089093;
}
</style>
background-color css
<style>
a { background-color: #089093; }
a { background-color: rgb(8,144,147); }
div.DivClassName
{
background-color: #089093;
}
.BgClassName
{
background-color: #089093;
}
</style>
border-color css
<style>
span { border-color: #089093; }
span { border-color: rgb(8,144,147); }
td.TdClassName
{
border-color: #089093;
}
.TagClassName
{
border-color: #089093;
}
</style>