Shades of Dark Cyan #11898F
Tints of Dark Cyan #11898F
RGB
CMYK
RGB Variations
Color information
#11898F (or 0x11898F) is known color: Dark Cyan. HEX triplet: 11, 89 and 8F. RGB value is (17,137,143). Sum of RGB (Red+Green+Blue) = 17+137+143=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #11898F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11898F is #EE7670. Grayscale: #656565. Windows color (decimal): -15627889 or 9406737. OLE color: 9406737.
HSL color Cylindrical-coordinate representation of color #11898F: hue angle of 182.86º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11898F is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 137 | 143 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.44 |
| HSL | 182.86º | 0.79% | 0.31% | - |
| HSV(B) | 182.86º | 0.88% | 0.56% | - |
| XYZ | 14.13 | 19.99 | 29.1 | - |
| YUV | 101.8 | 151.24 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 143 | 0.88 | 0.04 | 0 | 0.44 | 182.86 | 0.79 | 0.31 |
| Hex | 11 | 89 | 8F | 58 | 4 | 0 | 2C | B7 | 4F | 1F |
| Octal | 21 | 211 | 217 | 130 | 4 | 0 | 54 | 267 | 117 | 37 |
| Binary | 10001 | 10001001 | 10001111 | 1011000 | 100 | 0 | 101100 | 10110111 | 1001111 | 11111 |
Color Harmonies of #11898F
Complementary color
Monochromatic Colors of #11898F
Black with #11898F
Text Example
Text Example
White with #11898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11898F; }
p { color: rgb(17,137,143); }
H1.HeaderClassName
{
color: #11898F;
}
.AnyTagClassName
{
color: #11898F;
}
</style>
background-color css
<style>
a { background-color: #11898F; }
a { background-color: rgb(17,137,143); }
div.DivClassName
{
background-color: #11898F;
}
.BgClassName
{
background-color: #11898F;
}
</style>
border-color css
<style>
span { border-color: #11898F; }
span { border-color: rgb(17,137,143); }
td.TdClassName
{
border-color: #11898F;
}
.TagClassName
{
border-color: #11898F;
}
</style>