Shades of Dark Cyan #098685
Tints of Dark Cyan #098685
RGB
CMYK
RGB Variations
Color information
#098685 (or 0x098685) is known color: Dark Cyan. HEX triplet: 09, 86 and 85. RGB value is (9,134,133). Sum of RGB (Red+Green+Blue) = 9+134+133=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #098685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098685 is #F6797A. Grayscale: #606060. Windows color (decimal): -16152955 or 8750601. OLE color: 8750601.
HSL color Cylindrical-coordinate representation of color #098685: hue angle of 179.52º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098685 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 133 | - |
| CMYK | 0.93 | 0 | 0.01 | 0.47 |
| HSL | 179.52º | 0.87% | 0.28% | - |
| HSV(B) | 179.52º | 0.93% | 0.53% | - |
| XYZ | 12.87 | 18.8 | 25.14 | - |
| YUV | 96.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 133 | 0.93 | 0 | 0.01 | 0.47 | 179.52 | 0.87 | 0.28 |
| Hex | 9 | 86 | 85 | 5D | 0 | 1 | 2F | B4 | 57 | 1C |
| Octal | 11 | 206 | 205 | 135 | 0 | 1 | 57 | 264 | 127 | 34 |
| Binary | 1001 | 10000110 | 10000101 | 1011101 | 0 | 1 | 101111 | 10110100 | 1010111 | 11100 |
Color Harmonies of #098685
Complementary color
Monochromatic Colors of #098685
Black with #098685
Text Example
Text Example
White with #098685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098685; }
p { color: rgb(9,134,133); }
H1.HeaderClassName
{
color: #098685;
}
.AnyTagClassName
{
color: #098685;
}
</style>
background-color css
<style>
a { background-color: #098685; }
a { background-color: rgb(9,134,133); }
div.DivClassName
{
background-color: #098685;
}
.BgClassName
{
background-color: #098685;
}
</style>
border-color css
<style>
span { border-color: #098685; }
span { border-color: rgb(9,134,133); }
td.TdClassName
{
border-color: #098685;
}
.TagClassName
{
border-color: #098685;
}
</style>