Shades of Dark Cyan #118F89
Tints of Dark Cyan #118F89
RGB
CMYK
RGB Variations
Color information
#118F89 (or 0x118F89) is known color: Dark Cyan. HEX triplet: 11, 8F and 89. RGB value is (17,143,137). Sum of RGB (Red+Green+Blue) = 17+143+137=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #118F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118F89 is #EE7076. Grayscale: #686868. Windows color (decimal): -15626359 or 9015057. OLE color: 9015057.
HSL color Cylindrical-coordinate representation of color #118F89: hue angle of 177.14º 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 #118F89 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 137 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.44 |
| HSL | 177.14º | 0.79% | 0.31% | - |
| HSV(B) | 177.14º | 0.88% | 0.56% | - |
| XYZ | 14.57 | 21.57 | 27.06 | - |
| YUV | 104.64 | 146.26 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 137 | 0.88 | 0 | 0.04 | 0.44 | 177.14 | 0.79 | 0.31 |
| Hex | 11 | 8F | 89 | 58 | 0 | 4 | 2C | B1 | 4F | 1F |
| Octal | 21 | 217 | 211 | 130 | 0 | 4 | 54 | 261 | 117 | 37 |
| Binary | 10001 | 10001111 | 10001001 | 1011000 | 0 | 100 | 101100 | 10110001 | 1001111 | 11111 |
Color Harmonies of #118F89
Complementary color
Monochromatic Colors of #118F89
Black with #118F89
Text Example
Text Example
White with #118F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F89; }
p { color: rgb(17,143,137); }
H1.HeaderClassName
{
color: #118F89;
}
.AnyTagClassName
{
color: #118F89;
}
</style>
background-color css
<style>
a { background-color: #118F89; }
a { background-color: rgb(17,143,137); }
div.DivClassName
{
background-color: #118F89;
}
.BgClassName
{
background-color: #118F89;
}
</style>
border-color css
<style>
span { border-color: #118F89; }
span { border-color: rgb(17,143,137); }
td.TdClassName
{
border-color: #118F89;
}
.TagClassName
{
border-color: #118F89;
}
</style>