Shades of Dark Cyan #09898A
Tints of Dark Cyan #09898A
RGB
CMYK
RGB Variations
Color information
#09898A (or 0x09898A) is known color: Dark Cyan. HEX triplet: 09, 89 and 8A. RGB value is (9,137,138). Sum of RGB (Red+Green+Blue) = 9+137+138=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #09898A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09898A is #F67675. Grayscale: #626262. Windows color (decimal): -16152182 or 9079049. OLE color: 9079049.
HSL color Cylindrical-coordinate representation of color #09898A: hue angle of 180.47º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09898A is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 138 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.46 |
| HSL | 180.47º | 0.88% | 0.29% | - |
| HSV(B) | 180.47º | 0.93% | 0.54% | - |
| XYZ | 13.65 | 19.78 | 27.14 | - |
| YUV | 98.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 138 | 0.93 | 0.01 | 0 | 0.46 | 180.47 | 0.88 | 0.29 |
| Hex | 9 | 89 | 8A | 5D | 1 | 0 | 2E | B4 | 58 | 1D |
| Octal | 11 | 211 | 212 | 135 | 1 | 0 | 56 | 264 | 130 | 35 |
| Binary | 1001 | 10001001 | 10001010 | 1011101 | 1 | 0 | 101110 | 10110100 | 1011000 | 11101 |
Color Harmonies of #09898A
Complementary color
Monochromatic Colors of #09898A
Black with #09898A
Text Example
Text Example
White with #09898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09898A; }
p { color: rgb(9,137,138); }
H1.HeaderClassName
{
color: #09898A;
}
.AnyTagClassName
{
color: #09898A;
}
</style>
background-color css
<style>
a { background-color: #09898A; }
a { background-color: rgb(9,137,138); }
div.DivClassName
{
background-color: #09898A;
}
.BgClassName
{
background-color: #09898A;
}
</style>
border-color css
<style>
span { border-color: #09898A; }
span { border-color: rgb(9,137,138); }
td.TdClassName
{
border-color: #09898A;
}
.TagClassName
{
border-color: #09898A;
}
</style>