Shades of Dark Cyan #09868F
Tints of Dark Cyan #09868F
RGB
CMYK
RGB Variations
Color information
#09868F (or 0x09868F) is known color: Dark Cyan. HEX triplet: 09, 86 and 8F. RGB value is (9,134,143). Sum of RGB (Red+Green+Blue) = 9+134+143=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #09868F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09868F is #F67970. Grayscale: #616161. Windows color (decimal): -16152945 or 9405961. OLE color: 9405961.
HSL color Cylindrical-coordinate representation of color #09868F: hue angle of 184.03º 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 #09868F is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 134 | 143 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.44 |
| HSL | 184.03º | 0.88% | 0.3% | - |
| HSV(B) | 184.03º | 0.94% | 0.56% | - |
| XYZ | 13.6 | 19.09 | 28.96 | - |
| YUV | 97.65 | 153.59 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 143 | 0.94 | 0.06 | 0 | 0.44 | 184.03 | 0.88 | 0.3 |
| Hex | 9 | 86 | 8F | 5E | 6 | 0 | 2C | B8 | 58 | 1E |
| Octal | 11 | 206 | 217 | 136 | 6 | 0 | 54 | 270 | 130 | 36 |
| Binary | 1001 | 10000110 | 10001111 | 1011110 | 110 | 0 | 101100 | 10111000 | 1011000 | 11110 |
Color Harmonies of #09868F
Complementary color
Monochromatic Colors of #09868F
Black with #09868F
Text Example
Text Example
White with #09868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09868F; }
p { color: rgb(9,134,143); }
H1.HeaderClassName
{
color: #09868F;
}
.AnyTagClassName
{
color: #09868F;
}
</style>
background-color css
<style>
a { background-color: #09868F; }
a { background-color: rgb(9,134,143); }
div.DivClassName
{
background-color: #09868F;
}
.BgClassName
{
background-color: #09868F;
}
</style>
border-color css
<style>
span { border-color: #09868F; }
span { border-color: rgb(9,134,143); }
td.TdClassName
{
border-color: #09868F;
}
.TagClassName
{
border-color: #09868F;
}
</style>