Shades of Dark Cyan #10898F
Tints of Dark Cyan #10898F
RGB
CMYK
RGB Variations
Color information
#10898F (or 0x10898F) is known color: Dark Cyan. HEX triplet: 10, 89 and 8F. RGB value is (16,137,143). Sum of RGB (Red+Green+Blue) = 16+137+143=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #10898F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10898F is #EF7670. Grayscale: #656565. Windows color (decimal): -15693425 or 9406736. OLE color: 9406736.
HSL color Cylindrical-coordinate representation of color #10898F: hue angle of 182.83º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10898F is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 137 | 143 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.44 |
| HSL | 182.83º | 0.8% | 0.31% | - |
| HSV(B) | 182.83º | 0.89% | 0.56% | - |
| XYZ | 14.12 | 19.98 | 29.1 | - |
| YUV | 101.51 | 151.41 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 143 | 0.89 | 0.04 | 0 | 0.44 | 182.83 | 0.8 | 0.31 |
| Hex | 10 | 89 | 8F | 59 | 4 | 0 | 2C | B7 | 50 | 1F |
| Octal | 20 | 211 | 217 | 131 | 4 | 0 | 54 | 267 | 120 | 37 |
| Binary | 10000 | 10001001 | 10001111 | 1011001 | 100 | 0 | 101100 | 10110111 | 1010000 | 11111 |
Color Harmonies of #10898F
Complementary color
Monochromatic Colors of #10898F
Black with #10898F
Text Example
Text Example
White with #10898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10898F; }
p { color: rgb(16,137,143); }
H1.HeaderClassName
{
color: #10898F;
}
.AnyTagClassName
{
color: #10898F;
}
</style>
background-color css
<style>
a { background-color: #10898F; }
a { background-color: rgb(16,137,143); }
div.DivClassName
{
background-color: #10898F;
}
.BgClassName
{
background-color: #10898F;
}
</style>
border-color css
<style>
span { border-color: #10898F; }
span { border-color: rgb(16,137,143); }
td.TdClassName
{
border-color: #10898F;
}
.TagClassName
{
border-color: #10898F;
}
</style>