Shades of Dark Cyan #098792
Tints of Dark Cyan #098792
RGB
CMYK
RGB Variations
Color information
#098792 (or 0x098792) is known color: Dark Cyan. HEX triplet: 09, 87 and 92. RGB value is (9,135,146). Sum of RGB (Red+Green+Blue) = 9+135+146=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #098792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098792 is #F6786D. Grayscale: #626262. Windows color (decimal): -16152686 or 9602825. OLE color: 9602825.
HSL color Cylindrical-coordinate representation of color #098792: hue angle of 184.82º 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 #098792 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 135 | 146 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.43 |
| HSL | 184.82º | 0.88% | 0.3% | - |
| HSV(B) | 184.82º | 0.94% | 0.57% | - |
| XYZ | 13.96 | 19.46 | 30.21 | - |
| YUV | 98.58 | 154.76 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 146 | 0.94 | 0.08 | 0 | 0.43 | 184.82 | 0.88 | 0.3 |
| Hex | 9 | 87 | 92 | 5E | 8 | 0 | 2B | B9 | 58 | 1E |
| Octal | 11 | 207 | 222 | 136 | 10 | 0 | 53 | 271 | 130 | 36 |
| Binary | 1001 | 10000111 | 10010010 | 1011110 | 1000 | 0 | 101011 | 10111001 | 1011000 | 11110 |
Color Harmonies of #098792
Complementary color
Monochromatic Colors of #098792
Black with #098792
Text Example
Text Example
White with #098792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098792; }
p { color: rgb(9,135,146); }
H1.HeaderClassName
{
color: #098792;
}
.AnyTagClassName
{
color: #098792;
}
</style>
background-color css
<style>
a { background-color: #098792; }
a { background-color: rgb(9,135,146); }
div.DivClassName
{
background-color: #098792;
}
.BgClassName
{
background-color: #098792;
}
</style>
border-color css
<style>
span { border-color: #098792; }
span { border-color: rgb(9,135,146); }
td.TdClassName
{
border-color: #098792;
}
.TagClassName
{
border-color: #098792;
}
</style>