Shades of Dark Cyan #098B8E
Tints of Dark Cyan #098B8E
RGB
CMYK
RGB Variations
Color information
#098B8E (or 0x098B8E) is known color: Dark Cyan. HEX triplet: 09, 8B and 8E. RGB value is (9,139,142). Sum of RGB (Red+Green+Blue) = 9+139+142=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #098B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098B8E is #F67471. Grayscale: #646464. Windows color (decimal): -16151666 or 9341705. OLE color: 9341705.
HSL color Cylindrical-coordinate representation of color #098B8E: hue angle of 181.35º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098B8E is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 139 | 142 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.44 |
| HSL | 181.35º | 0.88% | 0.3% | - |
| HSV(B) | 181.35º | 0.94% | 0.56% | - |
| XYZ | 14.23 | 20.48 | 28.79 | - |
| YUV | 100.47 | 151.43 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 142 | 0.94 | 0.02 | 0 | 0.44 | 181.35 | 0.88 | 0.3 |
| Hex | 9 | 8B | 8E | 5E | 2 | 0 | 2C | B5 | 58 | 1E |
| Octal | 11 | 213 | 216 | 136 | 2 | 0 | 54 | 265 | 130 | 36 |
| Binary | 1001 | 10001011 | 10001110 | 1011110 | 10 | 0 | 101100 | 10110101 | 1011000 | 11110 |
Color Harmonies of #098B8E
Complementary color
Monochromatic Colors of #098B8E
Black with #098B8E
Text Example
Text Example
White with #098B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098B8E; }
p { color: rgb(9,139,142); }
H1.HeaderClassName
{
color: #098B8E;
}
.AnyTagClassName
{
color: #098B8E;
}
</style>
background-color css
<style>
a { background-color: #098B8E; }
a { background-color: rgb(9,139,142); }
div.DivClassName
{
background-color: #098B8E;
}
.BgClassName
{
background-color: #098B8E;
}
</style>
border-color css
<style>
span { border-color: #098B8E; }
span { border-color: rgb(9,139,142); }
td.TdClassName
{
border-color: #098B8E;
}
.TagClassName
{
border-color: #098B8E;
}
</style>