Shades of Dark Cyan #10828D
Tints of Dark Cyan #10828D
RGB
CMYK
RGB Variations
Color information
#10828D (or 0x10828D) is known color: Dark Cyan. HEX triplet: 10, 82 and 8D. RGB value is (16,130,141). Sum of RGB (Red+Green+Blue) = 16+130+141=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #10828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10828D is #EF7D72. Grayscale: #616161. Windows color (decimal): -15695219 or 9273872. OLE color: 9273872.
HSL color Cylindrical-coordinate representation of color #10828D: hue angle of 185.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10828D is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 130 | 141 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.45 |
| HSL | 185.28º | 0.8% | 0.31% | - |
| HSV(B) | 185.28º | 0.89% | 0.55% | - |
| XYZ | 13 | 18 | 27.99 | - |
| YUV | 97.17 | 152.73 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 141 | 0.89 | 0.08 | 0 | 0.45 | 185.28 | 0.8 | 0.31 |
| Hex | 10 | 82 | 8D | 59 | 8 | 0 | 2D | B9 | 50 | 1F |
| Octal | 20 | 202 | 215 | 131 | 10 | 0 | 55 | 271 | 120 | 37 |
| Binary | 10000 | 10000010 | 10001101 | 1011001 | 1000 | 0 | 101101 | 10111001 | 1010000 | 11111 |
Color Harmonies of #10828D
Complementary color
Monochromatic Colors of #10828D
Black with #10828D
Text Example
Text Example
White with #10828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10828D; }
p { color: rgb(16,130,141); }
H1.HeaderClassName
{
color: #10828D;
}
.AnyTagClassName
{
color: #10828D;
}
</style>
background-color css
<style>
a { background-color: #10828D; }
a { background-color: rgb(16,130,141); }
div.DivClassName
{
background-color: #10828D;
}
.BgClassName
{
background-color: #10828D;
}
</style>
border-color css
<style>
span { border-color: #10828D; }
span { border-color: rgb(16,130,141); }
td.TdClassName
{
border-color: #10828D;
}
.TagClassName
{
border-color: #10828D;
}
</style>