Shades of Dark Cyan #09828B
Tints of Dark Cyan #09828B
RGB
CMYK
RGB Variations
Color information
#09828B (or 0x09828B) is known color: Dark Cyan. HEX triplet: 09, 82 and 8B. RGB value is (9,130,139). Sum of RGB (Red+Green+Blue) = 9+130+139=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #09828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09828B is #F67D74. Grayscale: #5E5E5E. Windows color (decimal): -16153973 or 9142793. OLE color: 9142793.
HSL color Cylindrical-coordinate representation of color #09828B: hue angle of 184.15º 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 #09828B is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 130 | 139 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.45 |
| HSL | 184.15º | 0.88% | 0.29% | - |
| HSV(B) | 184.15º | 0.94% | 0.55% | - |
| XYZ | 12.76 | 17.89 | 27.21 | - |
| YUV | 94.85 | 152.91 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 139 | 0.94 | 0.06 | 0 | 0.45 | 184.15 | 0.88 | 0.29 |
| Hex | 9 | 82 | 8B | 5E | 6 | 0 | 2D | B8 | 58 | 1D |
| Octal | 11 | 202 | 213 | 136 | 6 | 0 | 55 | 270 | 130 | 35 |
| Binary | 1001 | 10000010 | 10001011 | 1011110 | 110 | 0 | 101101 | 10111000 | 1011000 | 11101 |
Color Harmonies of #09828B
Complementary color
Monochromatic Colors of #09828B
Black with #09828B
Text Example
Text Example
White with #09828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09828B; }
p { color: rgb(9,130,139); }
H1.HeaderClassName
{
color: #09828B;
}
.AnyTagClassName
{
color: #09828B;
}
</style>
background-color css
<style>
a { background-color: #09828B; }
a { background-color: rgb(9,130,139); }
div.DivClassName
{
background-color: #09828B;
}
.BgClassName
{
background-color: #09828B;
}
</style>
border-color css
<style>
span { border-color: #09828B; }
span { border-color: rgb(9,130,139); }
td.TdClassName
{
border-color: #09828B;
}
.TagClassName
{
border-color: #09828B;
}
</style>