Shades of Dark Cyan #09918D
Tints of Dark Cyan #09918D
RGB
CMYK
RGB Variations
Color information
#09918D (or 0x09918D) is known color: Dark Cyan. HEX triplet: 09, 91 and 8D. RGB value is (9,145,141). Sum of RGB (Red+Green+Blue) = 9+145+141=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #09918D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09918D is #F66E72. Grayscale: #676767. Windows color (decimal): -16150131 or 9277705. OLE color: 9277705.
HSL color Cylindrical-coordinate representation of color #09918D: hue angle of 178.24º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09918D is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 145 | 141 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.43 |
| HSL | 178.24º | 0.88% | 0.3% | - |
| HSV(B) | 178.24º | 0.94% | 0.57% | - |
| XYZ | 15.05 | 22.23 | 28.7 | - |
| YUV | 103.88 | 148.94 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 145 | 141 | 0.94 | 0 | 0.03 | 0.43 | 178.24 | 0.88 | 0.3 |
| Hex | 9 | 91 | 8D | 5E | 0 | 3 | 2B | B2 | 58 | 1E |
| Octal | 11 | 221 | 215 | 136 | 0 | 3 | 53 | 262 | 130 | 36 |
| Binary | 1001 | 10010001 | 10001101 | 1011110 | 0 | 11 | 101011 | 10110010 | 1011000 | 11110 |
Color Harmonies of #09918D
Complementary color
Monochromatic Colors of #09918D
Black with #09918D
Text Example
Text Example
White with #09918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09918D; }
p { color: rgb(9,145,141); }
H1.HeaderClassName
{
color: #09918D;
}
.AnyTagClassName
{
color: #09918D;
}
</style>
background-color css
<style>
a { background-color: #09918D; }
a { background-color: rgb(9,145,141); }
div.DivClassName
{
background-color: #09918D;
}
.BgClassName
{
background-color: #09918D;
}
</style>
border-color css
<style>
span { border-color: #09918D; }
span { border-color: rgb(9,145,141); }
td.TdClassName
{
border-color: #09918D;
}
.TagClassName
{
border-color: #09918D;
}
</style>