Shades of Dark Cyan #09848E
Tints of Dark Cyan #09848E
RGB
CMYK
RGB Variations
Color information
#09848E (or 0x09848E) is known color: Dark Cyan. HEX triplet: 09, 84 and 8E. RGB value is (9,132,142). Sum of RGB (Red+Green+Blue) = 9+132+142=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #09848E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09848E is #F67B71. Grayscale: #606060. Windows color (decimal): -16153458 or 9339913. OLE color: 9339913.
HSL color Cylindrical-coordinate representation of color #09848E: hue angle of 184.51º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09848E is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 132 | 142 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.44 |
| HSL | 184.51º | 0.88% | 0.3% | - |
| HSV(B) | 184.51º | 0.94% | 0.56% | - |
| XYZ | 13.25 | 18.51 | 28.47 | - |
| YUV | 96.36 | 153.75 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 142 | 0.94 | 0.07 | 0 | 0.44 | 184.51 | 0.88 | 0.3 |
| Hex | 9 | 84 | 8E | 5E | 7 | 0 | 2C | B9 | 58 | 1E |
| Octal | 11 | 204 | 216 | 136 | 7 | 0 | 54 | 271 | 130 | 36 |
| Binary | 1001 | 10000100 | 10001110 | 1011110 | 111 | 0 | 101100 | 10111001 | 1011000 | 11110 |
Color Harmonies of #09848E
Complementary color
Monochromatic Colors of #09848E
Black with #09848E
Text Example
Text Example
White with #09848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09848E; }
p { color: rgb(9,132,142); }
H1.HeaderClassName
{
color: #09848E;
}
.AnyTagClassName
{
color: #09848E;
}
</style>
background-color css
<style>
a { background-color: #09848E; }
a { background-color: rgb(9,132,142); }
div.DivClassName
{
background-color: #09848E;
}
.BgClassName
{
background-color: #09848E;
}
</style>
border-color css
<style>
span { border-color: #09848E; }
span { border-color: rgb(9,132,142); }
td.TdClassName
{
border-color: #09848E;
}
.TagClassName
{
border-color: #09848E;
}
</style>