Shades of Dark Cyan #09868B
Tints of Dark Cyan #09868B
RGB
CMYK
RGB Variations
Color information
#09868B (or 0x09868B) is known color: Dark Cyan. HEX triplet: 09, 86 and 8B. RGB value is (9,134,139). Sum of RGB (Red+Green+Blue) = 9+134+139=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #09868B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09868B is #F67974. Grayscale: #616161. Windows color (decimal): -16152949 or 9143817. OLE color: 9143817.
HSL color Cylindrical-coordinate representation of color #09868B: hue angle of 182.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09868B is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 134 | 139 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.45 |
| HSL | 182.31º | 0.88% | 0.29% | - |
| HSV(B) | 182.31º | 0.94% | 0.55% | - |
| XYZ | 13.3 | 18.97 | 27.39 | - |
| YUV | 97.2 | 151.59 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 139 | 0.94 | 0.04 | 0 | 0.45 | 182.31 | 0.88 | 0.29 |
| Hex | 9 | 86 | 8B | 5E | 4 | 0 | 2D | B6 | 58 | 1D |
| Octal | 11 | 206 | 213 | 136 | 4 | 0 | 55 | 266 | 130 | 35 |
| Binary | 1001 | 10000110 | 10001011 | 1011110 | 100 | 0 | 101101 | 10110110 | 1011000 | 11101 |
Color Harmonies of #09868B
Complementary color
Monochromatic Colors of #09868B
Black with #09868B
Text Example
Text Example
White with #09868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09868B; }
p { color: rgb(9,134,139); }
H1.HeaderClassName
{
color: #09868B;
}
.AnyTagClassName
{
color: #09868B;
}
</style>
background-color css
<style>
a { background-color: #09868B; }
a { background-color: rgb(9,134,139); }
div.DivClassName
{
background-color: #09868B;
}
.BgClassName
{
background-color: #09868B;
}
</style>
border-color css
<style>
span { border-color: #09868B; }
span { border-color: rgb(9,134,139); }
td.TdClassName
{
border-color: #09868B;
}
.TagClassName
{
border-color: #09868B;
}
</style>