Shades of Dark Cyan #09818D
Tints of Dark Cyan #09818D
RGB
CMYK
RGB Variations
Color information
#09818D (or 0x09818D) is known color: Dark Cyan. HEX triplet: 09, 81 and 8D. RGB value is (9,129,141). Sum of RGB (Red+Green+Blue) = 9+129+141=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #09818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09818D is #F67E72. Grayscale: #5E5E5E. Windows color (decimal): -16154227 or 9273609. OLE color: 9273609.
HSL color Cylindrical-coordinate representation of color #09818D: hue angle of 185.45º 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 #09818D is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 129 | 141 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.45 |
| HSL | 185.45º | 0.88% | 0.29% | - |
| HSV(B) | 185.45º | 0.94% | 0.55% | - |
| XYZ | 12.77 | 17.68 | 27.94 | - |
| YUV | 94.49 | 154.24 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 129 | 141 | 0.94 | 0.09 | 0 | 0.45 | 185.45 | 0.88 | 0.29 |
| Hex | 9 | 81 | 8D | 5E | 9 | 0 | 2D | B9 | 58 | 1D |
| Octal | 11 | 201 | 215 | 136 | 11 | 0 | 55 | 271 | 130 | 35 |
| Binary | 1001 | 10000001 | 10001101 | 1011110 | 1001 | 0 | 101101 | 10111001 | 1011000 | 11101 |
Color Harmonies of #09818D
Complementary color
Monochromatic Colors of #09818D
Black with #09818D
Text Example
Text Example
White with #09818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09818D; }
p { color: rgb(9,129,141); }
H1.HeaderClassName
{
color: #09818D;
}
.AnyTagClassName
{
color: #09818D;
}
</style>
background-color css
<style>
a { background-color: #09818D; }
a { background-color: rgb(9,129,141); }
div.DivClassName
{
background-color: #09818D;
}
.BgClassName
{
background-color: #09818D;
}
</style>
border-color css
<style>
span { border-color: #09818D; }
span { border-color: rgb(9,129,141); }
td.TdClassName
{
border-color: #09818D;
}
.TagClassName
{
border-color: #09818D;
}
</style>