Shades of Dark Cyan #118A8F
Tints of Dark Cyan #118A8F
RGB
CMYK
RGB Variations
Color information
#118A8F (or 0x118A8F) is known color: Dark Cyan. HEX triplet: 11, 8A and 8F. RGB value is (17,138,143). Sum of RGB (Red+Green+Blue) = 17+138+143=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #118A8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118A8F is #EE7570. Grayscale: #666666. Windows color (decimal): -15627633 or 9406993. OLE color: 9406993.
HSL color Cylindrical-coordinate representation of color #118A8F: hue angle of 182.38º 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 #118A8F is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 138 | 143 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.44 |
| HSL | 182.38º | 0.79% | 0.31% | - |
| HSV(B) | 182.38º | 0.88% | 0.56% | - |
| XYZ | 14.28 | 20.28 | 29.15 | - |
| YUV | 102.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 143 | 0.88 | 0.03 | 0 | 0.44 | 182.38 | 0.79 | 0.31 |
| Hex | 11 | 8A | 8F | 58 | 3 | 0 | 2C | B6 | 4F | 1F |
| Octal | 21 | 212 | 217 | 130 | 3 | 0 | 54 | 266 | 117 | 37 |
| Binary | 10001 | 10001010 | 10001111 | 1011000 | 11 | 0 | 101100 | 10110110 | 1001111 | 11111 |
Color Harmonies of #118A8F
Complementary color
Monochromatic Colors of #118A8F
Black with #118A8F
Text Example
Text Example
White with #118A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118A8F; }
p { color: rgb(17,138,143); }
H1.HeaderClassName
{
color: #118A8F;
}
.AnyTagClassName
{
color: #118A8F;
}
</style>
background-color css
<style>
a { background-color: #118A8F; }
a { background-color: rgb(17,138,143); }
div.DivClassName
{
background-color: #118A8F;
}
.BgClassName
{
background-color: #118A8F;
}
</style>
border-color css
<style>
span { border-color: #118A8F; }
span { border-color: rgb(17,138,143); }
td.TdClassName
{
border-color: #118A8F;
}
.TagClassName
{
border-color: #118A8F;
}
</style>