Shades of Dark Cyan #118F90
Tints of Dark Cyan #118F90
RGB
CMYK
RGB Variations
Color information
#118F90 (or 0x118F90) is known color: Dark Cyan. HEX triplet: 11, 8F and 90. RGB value is (17,143,144). Sum of RGB (Red+Green+Blue) = 17+143+144=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #118F90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118F90 is #EE706F. Grayscale: #696969. Windows color (decimal): -15626352 or 9473809. OLE color: 9473809.
HSL color Cylindrical-coordinate representation of color #118F90: hue angle of 180.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F90 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 144 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.44 |
| HSL | 180.47º | 0.79% | 0.32% | - |
| HSV(B) | 180.47º | 0.88% | 0.56% | - |
| XYZ | 15.09 | 21.78 | 29.79 | - |
| YUV | 105.44 | 149.76 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 144 | 0.88 | 0.01 | 0 | 0.44 | 180.47 | 0.79 | 0.32 |
| Hex | 11 | 8F | 90 | 58 | 1 | 0 | 2C | B4 | 4F | 20 |
| Octal | 21 | 217 | 220 | 130 | 1 | 0 | 54 | 264 | 117 | 40 |
| Binary | 10001 | 10001111 | 10010000 | 1011000 | 1 | 0 | 101100 | 10110100 | 1001111 | 100000 |
Color Harmonies of #118F90
Complementary color
Monochromatic Colors of #118F90
Black with #118F90
Text Example
Text Example
White with #118F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F90; }
p { color: rgb(17,143,144); }
H1.HeaderClassName
{
color: #118F90;
}
.AnyTagClassName
{
color: #118F90;
}
</style>
background-color css
<style>
a { background-color: #118F90; }
a { background-color: rgb(17,143,144); }
div.DivClassName
{
background-color: #118F90;
}
.BgClassName
{
background-color: #118F90;
}
</style>
border-color css
<style>
span { border-color: #118F90; }
span { border-color: rgb(17,143,144); }
td.TdClassName
{
border-color: #118F90;
}
.TagClassName
{
border-color: #118F90;
}
</style>