Shades of Dark Cyan #10978C
Tints of Dark Cyan #10978C
RGB
CMYK
RGB Variations
Color information
#10978C (or 0x10978C) is known color: Dark Cyan. HEX triplet: 10, 97 and 8C. RGB value is (16,151,140). Sum of RGB (Red+Green+Blue) = 16+151+140=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #10978C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10978C is #EF6873. Grayscale: #6D6D6D. Windows color (decimal): -15689844 or 9213712. OLE color: 9213712.
HSL color Cylindrical-coordinate representation of color #10978C: hue angle of 175.11º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10978C is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 151 | 140 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.41 |
| HSL | 175.11º | 0.81% | 0.33% | - |
| HSV(B) | 175.11º | 0.89% | 0.59% | - |
| XYZ | 16.01 | 24.14 | 28.63 | - |
| YUV | 109.38 | 145.27 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 140 | 0.89 | 0 | 0.07 | 0.41 | 175.11 | 0.81 | 0.33 |
| Hex | 10 | 97 | 8C | 59 | 0 | 7 | 29 | AF | 51 | 21 |
| Octal | 20 | 227 | 214 | 131 | 0 | 7 | 51 | 257 | 121 | 41 |
| Binary | 10000 | 10010111 | 10001100 | 1011001 | 0 | 111 | 101001 | 10101111 | 1010001 | 100001 |
Color Harmonies of #10978C
Complementary color
Monochromatic Colors of #10978C
Black with #10978C
Text Example
Text Example
White with #10978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10978C; }
p { color: rgb(16,151,140); }
H1.HeaderClassName
{
color: #10978C;
}
.AnyTagClassName
{
color: #10978C;
}
</style>
background-color css
<style>
a { background-color: #10978C; }
a { background-color: rgb(16,151,140); }
div.DivClassName
{
background-color: #10978C;
}
.BgClassName
{
background-color: #10978C;
}
</style>
border-color css
<style>
span { border-color: #10978C; }
span { border-color: rgb(16,151,140); }
td.TdClassName
{
border-color: #10978C;
}
.TagClassName
{
border-color: #10978C;
}
</style>