Shades of Dark Cyan #10918B
Tints of Dark Cyan #10918B
RGB
CMYK
RGB Variations
Color information
#10918B (or 0x10918B) is known color: Dark Cyan. HEX triplet: 10, 91 and 8B. RGB value is (16,145,139). Sum of RGB (Red+Green+Blue) = 16+145+139=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #10918B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10918B is #EF6E74. Grayscale: #696969. Windows color (decimal): -15691381 or 9146640. OLE color: 9146640.
HSL color Cylindrical-coordinate representation of color #10918B: hue angle of 177.21º 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 #10918B is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 145 | 139 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.43 |
| HSL | 177.21º | 0.8% | 0.32% | - |
| HSV(B) | 177.21º | 0.89% | 0.57% | - |
| XYZ | 15 | 22.23 | 27.93 | - |
| YUV | 105.75 | 146.76 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 139 | 0.89 | 0 | 0.04 | 0.43 | 177.21 | 0.8 | 0.32 |
| Hex | 10 | 91 | 8B | 59 | 0 | 4 | 2B | B1 | 50 | 20 |
| Octal | 20 | 221 | 213 | 131 | 0 | 4 | 53 | 261 | 120 | 40 |
| Binary | 10000 | 10010001 | 10001011 | 1011001 | 0 | 100 | 101011 | 10110001 | 1010000 | 100000 |
Color Harmonies of #10918B
Complementary color
Monochromatic Colors of #10918B
Black with #10918B
Text Example
Text Example
White with #10918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10918B; }
p { color: rgb(16,145,139); }
H1.HeaderClassName
{
color: #10918B;
}
.AnyTagClassName
{
color: #10918B;
}
</style>
background-color css
<style>
a { background-color: #10918B; }
a { background-color: rgb(16,145,139); }
div.DivClassName
{
background-color: #10918B;
}
.BgClassName
{
background-color: #10918B;
}
</style>
border-color css
<style>
span { border-color: #10918B; }
span { border-color: rgb(16,145,139); }
td.TdClassName
{
border-color: #10918B;
}
.TagClassName
{
border-color: #10918B;
}
</style>