Shades of Dark Cyan #089490
Tints of Dark Cyan #089490
RGB
CMYK
RGB Variations
Color information
#089490 (or 0x089490) is known color: Dark Cyan. HEX triplet: 08, 94 and 90. RGB value is (8,148,144). Sum of RGB (Red+Green+Blue) = 8+148+144=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #089490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089490 is #F76B6F. Grayscale: #696969. Windows color (decimal): -16214896 or 9475080. OLE color: 9475080.
HSL color Cylindrical-coordinate representation of color #089490: hue angle of 178.29º 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 #089490 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 148 | 144 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.42 |
| HSL | 178.29º | 0.9% | 0.31% | - |
| HSV(B) | 178.29º | 0.95% | 0.58% | - |
| XYZ | 15.72 | 23.25 | 30.04 | - |
| YUV | 105.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 148 | 144 | 0.95 | 0 | 0.03 | 0.42 | 178.29 | 0.9 | 0.31 |
| Hex | 8 | 94 | 90 | 5F | 0 | 3 | 2A | B2 | 5A | 1F |
| Octal | 10 | 224 | 220 | 137 | 0 | 3 | 52 | 262 | 132 | 37 |
| Binary | 1000 | 10010100 | 10010000 | 1011111 | 0 | 11 | 101010 | 10110010 | 1011010 | 11111 |
Color Harmonies of #089490
Complementary color
Monochromatic Colors of #089490
Black with #089490
Text Example
Text Example
White with #089490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089490; }
p { color: rgb(8,148,144); }
H1.HeaderClassName
{
color: #089490;
}
.AnyTagClassName
{
color: #089490;
}
</style>
background-color css
<style>
a { background-color: #089490; }
a { background-color: rgb(8,148,144); }
div.DivClassName
{
background-color: #089490;
}
.BgClassName
{
background-color: #089490;
}
</style>
border-color css
<style>
span { border-color: #089490; }
span { border-color: rgb(8,148,144); }
td.TdClassName
{
border-color: #089490;
}
.TagClassName
{
border-color: #089490;
}
</style>