Shades of Dark Cyan #098592
Tints of Dark Cyan #098592
RGB
CMYK
RGB Variations
Color information
#098592 (or 0x098592) is known color: Dark Cyan. HEX triplet: 09, 85 and 92. RGB value is (9,133,146). Sum of RGB (Red+Green+Blue) = 9+133+146=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #098592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098592 is #F67A6D. Grayscale: #616161. Windows color (decimal): -16153198 or 9602313. OLE color: 9602313.
HSL color Cylindrical-coordinate representation of color #098592: hue angle of 185.69º 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 #098592 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 133 | 146 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.43 |
| HSL | 185.69º | 0.88% | 0.3% | - |
| HSV(B) | 185.69º | 0.94% | 0.57% | - |
| XYZ | 13.69 | 18.91 | 30.12 | - |
| YUV | 97.41 | 155.42 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 146 | 0.94 | 0.09 | 0 | 0.43 | 185.69 | 0.88 | 0.3 |
| Hex | 9 | 85 | 92 | 5E | 9 | 0 | 2B | BA | 58 | 1E |
| Octal | 11 | 205 | 222 | 136 | 11 | 0 | 53 | 272 | 130 | 36 |
| Binary | 1001 | 10000101 | 10010010 | 1011110 | 1001 | 0 | 101011 | 10111010 | 1011000 | 11110 |
Color Harmonies of #098592
Complementary color
Monochromatic Colors of #098592
Black with #098592
Text Example
Text Example
White with #098592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098592; }
p { color: rgb(9,133,146); }
H1.HeaderClassName
{
color: #098592;
}
.AnyTagClassName
{
color: #098592;
}
</style>
background-color css
<style>
a { background-color: #098592; }
a { background-color: rgb(9,133,146); }
div.DivClassName
{
background-color: #098592;
}
.BgClassName
{
background-color: #098592;
}
</style>
border-color css
<style>
span { border-color: #098592; }
span { border-color: rgb(9,133,146); }
td.TdClassName
{
border-color: #098592;
}
.TagClassName
{
border-color: #098592;
}
</style>