Shades of Dark Cyan #10928C
Tints of Dark Cyan #10928C
RGB
CMYK
RGB Variations
Color information
#10928C (or 0x10928C) is known color: Dark Cyan. HEX triplet: 10, 92 and 8C. RGB value is (16,146,140). Sum of RGB (Red+Green+Blue) = 16+146+140=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #10928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10928C is #EF6D73. Grayscale: #6A6A6A. Windows color (decimal): -15691124 or 9212432. OLE color: 9212432.
HSL color Cylindrical-coordinate representation of color #10928C: hue angle of 177.23º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10928C is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 146 | 140 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.43 |
| HSL | 177.23º | 0.8% | 0.32% | - |
| HSV(B) | 177.23º | 0.89% | 0.57% | - |
| XYZ | 15.23 | 22.56 | 28.36 | - |
| YUV | 106.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 140 | 0.89 | 0 | 0.04 | 0.43 | 177.23 | 0.8 | 0.32 |
| Hex | 10 | 92 | 8C | 59 | 0 | 4 | 2B | B1 | 50 | 20 |
| Octal | 20 | 222 | 214 | 131 | 0 | 4 | 53 | 261 | 120 | 40 |
| Binary | 10000 | 10010010 | 10001100 | 1011001 | 0 | 100 | 101011 | 10110001 | 1010000 | 100000 |
Color Harmonies of #10928C
Complementary color
Monochromatic Colors of #10928C
Black with #10928C
Text Example
Text Example
White with #10928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10928C; }
p { color: rgb(16,146,140); }
H1.HeaderClassName
{
color: #10928C;
}
.AnyTagClassName
{
color: #10928C;
}
</style>
background-color css
<style>
a { background-color: #10928C; }
a { background-color: rgb(16,146,140); }
div.DivClassName
{
background-color: #10928C;
}
.BgClassName
{
background-color: #10928C;
}
</style>
border-color css
<style>
span { border-color: #10928C; }
span { border-color: rgb(16,146,140); }
td.TdClassName
{
border-color: #10928C;
}
.TagClassName
{
border-color: #10928C;
}
</style>