Shades of Dark Cyan #09838C
Tints of Dark Cyan #09838C
RGB
CMYK
RGB Variations
Color information
#09838C (or 0x09838C) is known color: Dark Cyan. HEX triplet: 09, 83 and 8C. RGB value is (9,131,140). Sum of RGB (Red+Green+Blue) = 9+131+140=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #09838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09838C is #F67C73. Grayscale: #5F5F5F. Windows color (decimal): -16153716 or 9208585. OLE color: 9208585.
HSL color Cylindrical-coordinate representation of color #09838C: hue angle of 184.12º 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 #09838C is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 131 | 140 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.45 |
| HSL | 184.12º | 0.88% | 0.29% | - |
| HSV(B) | 184.12º | 0.94% | 0.55% | - |
| XYZ | 12.96 | 18.18 | 27.64 | - |
| YUV | 95.55 | 153.08 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 131 | 140 | 0.94 | 0.06 | 0 | 0.45 | 184.12 | 0.88 | 0.29 |
| Hex | 9 | 83 | 8C | 5E | 6 | 0 | 2D | B8 | 58 | 1D |
| Octal | 11 | 203 | 214 | 136 | 6 | 0 | 55 | 270 | 130 | 35 |
| Binary | 1001 | 10000011 | 10001100 | 1011110 | 110 | 0 | 101101 | 10111000 | 1011000 | 11101 |
Color Harmonies of #09838C
Complementary color
Monochromatic Colors of #09838C
Black with #09838C
Text Example
Text Example
White with #09838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09838C; }
p { color: rgb(9,131,140); }
H1.HeaderClassName
{
color: #09838C;
}
.AnyTagClassName
{
color: #09838C;
}
</style>
background-color css
<style>
a { background-color: #09838C; }
a { background-color: rgb(9,131,140); }
div.DivClassName
{
background-color: #09838C;
}
.BgClassName
{
background-color: #09838C;
}
</style>
border-color css
<style>
span { border-color: #09838C; }
span { border-color: rgb(9,131,140); }
td.TdClassName
{
border-color: #09838C;
}
.TagClassName
{
border-color: #09838C;
}
</style>