Shades of Dark Cyan #09898B
Tints of Dark Cyan #09898B
RGB
CMYK
RGB Variations
Color information
#09898B (or 0x09898B) is known color: Dark Cyan. HEX triplet: 09, 89 and 8B. RGB value is (9,137,139). Sum of RGB (Red+Green+Blue) = 9+137+139=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #09898B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09898B is #F67674. Grayscale: #626262. Windows color (decimal): -16152181 or 9144585. OLE color: 9144585.
HSL color Cylindrical-coordinate representation of color #09898B: hue angle of 180.92º 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 #09898B is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 137 | 139 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.45 |
| HSL | 180.92º | 0.88% | 0.29% | - |
| HSV(B) | 180.92º | 0.94% | 0.55% | - |
| XYZ | 13.72 | 19.81 | 27.53 | - |
| YUV | 98.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 139 | 0.94 | 0.01 | 0 | 0.45 | 180.92 | 0.88 | 0.29 |
| Hex | 9 | 89 | 8B | 5E | 1 | 0 | 2D | B5 | 58 | 1D |
| Octal | 11 | 211 | 213 | 136 | 1 | 0 | 55 | 265 | 130 | 35 |
| Binary | 1001 | 10001001 | 10001011 | 1011110 | 1 | 0 | 101101 | 10110101 | 1011000 | 11101 |
Color Harmonies of #09898B
Complementary color
Monochromatic Colors of #09898B
Black with #09898B
Text Example
Text Example
White with #09898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09898B; }
p { color: rgb(9,137,139); }
H1.HeaderClassName
{
color: #09898B;
}
.AnyTagClassName
{
color: #09898B;
}
</style>
background-color css
<style>
a { background-color: #09898B; }
a { background-color: rgb(9,137,139); }
div.DivClassName
{
background-color: #09898B;
}
.BgClassName
{
background-color: #09898B;
}
</style>
border-color css
<style>
span { border-color: #09898B; }
span { border-color: rgb(9,137,139); }
td.TdClassName
{
border-color: #09898B;
}
.TagClassName
{
border-color: #09898B;
}
</style>