Shades of Dark Cyan #10958F
Tints of Dark Cyan #10958F
RGB
CMYK
RGB Variations
Color information
#10958F (or 0x10958F) is known color: Dark Cyan. HEX triplet: 10, 95 and 8F. RGB value is (16,149,143). Sum of RGB (Red+Green+Blue) = 16+149+143=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #10958F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10958F is #EF6A70. Grayscale: #6C6C6C. Windows color (decimal): -15690353 or 9409808. OLE color: 9409808.
HSL color Cylindrical-coordinate representation of color #10958F: hue angle of 177.29º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10958F is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 149 | 143 | - |
| CMYK | 0.89 | 0 | 0.04 | 0.42 |
| HSL | 177.29º | 0.81% | 0.32% | - |
| HSV(B) | 177.29º | 0.89% | 0.58% | - |
| XYZ | 15.92 | 23.59 | 29.7 | - |
| YUV | 108.55 | 147.44 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 143 | 0.89 | 0 | 0.04 | 0.42 | 177.29 | 0.81 | 0.32 |
| Hex | 10 | 95 | 8F | 59 | 0 | 4 | 2A | B1 | 51 | 20 |
| Octal | 20 | 225 | 217 | 131 | 0 | 4 | 52 | 261 | 121 | 40 |
| Binary | 10000 | 10010101 | 10001111 | 1011001 | 0 | 100 | 101010 | 10110001 | 1010001 | 100000 |
Color Harmonies of #10958F
Complementary color
Monochromatic Colors of #10958F
Black with #10958F
Text Example
Text Example
White with #10958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10958F; }
p { color: rgb(16,149,143); }
H1.HeaderClassName
{
color: #10958F;
}
.AnyTagClassName
{
color: #10958F;
}
</style>
background-color css
<style>
a { background-color: #10958F; }
a { background-color: rgb(16,149,143); }
div.DivClassName
{
background-color: #10958F;
}
.BgClassName
{
background-color: #10958F;
}
</style>
border-color css
<style>
span { border-color: #10958F; }
span { border-color: rgb(16,149,143); }
td.TdClassName
{
border-color: #10958F;
}
.TagClassName
{
border-color: #10958F;
}
</style>