Shades of Dark Cyan #10898C
Tints of Dark Cyan #10898C
RGB
CMYK
RGB Variations
Color information
#10898C (or 0x10898C) is known color: Dark Cyan. HEX triplet: 10, 89 and 8C. RGB value is (16,137,140). Sum of RGB (Red+Green+Blue) = 16+137+140=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #10898C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10898C is #EF7673. Grayscale: #656565. Windows color (decimal): -15693428 or 9210128. OLE color: 9210128.
HSL color Cylindrical-coordinate representation of color #10898C: hue angle of 181.45º degrees, saturation: 0.79, 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 #10898C is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 137 | 140 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.45 |
| HSL | 181.45º | 0.79% | 0.31% | - |
| HSV(B) | 181.45º | 0.89% | 0.55% | - |
| XYZ | 13.89 | 19.89 | 27.92 | - |
| YUV | 101.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 140 | 0.89 | 0.02 | 0 | 0.45 | 181.45 | 0.79 | 0.31 |
| Hex | 10 | 89 | 8C | 59 | 2 | 0 | 2D | B5 | 4F | 1F |
| Octal | 20 | 211 | 214 | 131 | 2 | 0 | 55 | 265 | 117 | 37 |
| Binary | 10000 | 10001001 | 10001100 | 1011001 | 10 | 0 | 101101 | 10110101 | 1001111 | 11111 |
Color Harmonies of #10898C
Complementary color
Monochromatic Colors of #10898C
Black with #10898C
Text Example
Text Example
White with #10898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10898C; }
p { color: rgb(16,137,140); }
H1.HeaderClassName
{
color: #10898C;
}
.AnyTagClassName
{
color: #10898C;
}
</style>
background-color css
<style>
a { background-color: #10898C; }
a { background-color: rgb(16,137,140); }
div.DivClassName
{
background-color: #10898C;
}
.BgClassName
{
background-color: #10898C;
}
</style>
border-color css
<style>
span { border-color: #10898C; }
span { border-color: rgb(16,137,140); }
td.TdClassName
{
border-color: #10898C;
}
.TagClassName
{
border-color: #10898C;
}
</style>