Shades of Dark Cyan #098191
Tints of Dark Cyan #098191
RGB
CMYK
RGB Variations
Color information
#098191 (or 0x098191) is known color: Dark Cyan. HEX triplet: 09, 81 and 91. RGB value is (9,129,145). Sum of RGB (Red+Green+Blue) = 9+129+145=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #098191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098191 is #F67E6E. Grayscale: #5E5E5E. Windows color (decimal): -16154223 or 9535753. OLE color: 9535753.
HSL color Cylindrical-coordinate representation of color #098191: hue angle of 187.06º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098191 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 129 | 145 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.43 |
| HSL | 187.06º | 0.88% | 0.3% | - |
| HSV(B) | 187.06º | 0.94% | 0.57% | - |
| XYZ | 13.07 | 17.8 | 29.54 | - |
| YUV | 94.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 145 | 0.94 | 0.11 | 0 | 0.43 | 187.06 | 0.88 | 0.3 |
| Hex | 9 | 81 | 91 | 5E | B | 0 | 2B | BB | 58 | 1E |
| Octal | 11 | 201 | 221 | 136 | 13 | 0 | 53 | 273 | 130 | 36 |
| Binary | 1001 | 10000001 | 10010001 | 1011110 | 1011 | 0 | 101011 | 10111011 | 1011000 | 11110 |
Color Harmonies of #098191
Complementary color
Monochromatic Colors of #098191
Black with #098191
Text Example
Text Example
White with #098191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098191; }
p { color: rgb(9,129,145); }
H1.HeaderClassName
{
color: #098191;
}
.AnyTagClassName
{
color: #098191;
}
</style>
background-color css
<style>
a { background-color: #098191; }
a { background-color: rgb(9,129,145); }
div.DivClassName
{
background-color: #098191;
}
.BgClassName
{
background-color: #098191;
}
</style>
border-color css
<style>
span { border-color: #098191; }
span { border-color: rgb(9,129,145); }
td.TdClassName
{
border-color: #098191;
}
.TagClassName
{
border-color: #098191;
}
</style>