Shades of Dark Cyan #09848D
Tints of Dark Cyan #09848D
RGB
CMYK
RGB Variations
Color information
#09848D (or 0x09848D) is known color: Dark Cyan. HEX triplet: 09, 84 and 8D. RGB value is (9,132,141). Sum of RGB (Red+Green+Blue) = 9+132+141=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #09848D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09848D is #F67B72. Grayscale: #606060. Windows color (decimal): -16153459 or 9274377. OLE color: 9274377.
HSL color Cylindrical-coordinate representation of color #09848D: hue angle of 184.09º 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 #09848D is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 132 | 141 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.45 |
| HSL | 184.09º | 0.88% | 0.29% | - |
| HSV(B) | 184.09º | 0.94% | 0.55% | - |
| XYZ | 13.17 | 18.48 | 28.07 | - |
| YUV | 96.25 | 153.25 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 141 | 0.94 | 0.06 | 0 | 0.45 | 184.09 | 0.88 | 0.29 |
| Hex | 9 | 84 | 8D | 5E | 6 | 0 | 2D | B8 | 58 | 1D |
| Octal | 11 | 204 | 215 | 136 | 6 | 0 | 55 | 270 | 130 | 35 |
| Binary | 1001 | 10000100 | 10001101 | 1011110 | 110 | 0 | 101101 | 10111000 | 1011000 | 11101 |
Color Harmonies of #09848D
Complementary color
Monochromatic Colors of #09848D
Black with #09848D
Text Example
Text Example
White with #09848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09848D; }
p { color: rgb(9,132,141); }
H1.HeaderClassName
{
color: #09848D;
}
.AnyTagClassName
{
color: #09848D;
}
</style>
background-color css
<style>
a { background-color: #09848D; }
a { background-color: rgb(9,132,141); }
div.DivClassName
{
background-color: #09848D;
}
.BgClassName
{
background-color: #09848D;
}
</style>
border-color css
<style>
span { border-color: #09848D; }
span { border-color: rgb(9,132,141); }
td.TdClassName
{
border-color: #09848D;
}
.TagClassName
{
border-color: #09848D;
}
</style>