Shades of Teal #118387
Tints of Teal #118387
RGB
CMYK
RGB Variations
Color information
#118387 (or 0x118387) is known color: Teal. HEX triplet: 11, 83 and 87. RGB value is (17,131,135). Sum of RGB (Red+Green+Blue) = 17+131+135=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #118387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118387 is #EE7C78. Grayscale: #616161. Windows color (decimal): -15629433 or 8880913. OLE color: 8880913.
HSL color Cylindrical-coordinate representation of color #118387: hue angle of 182.03º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118387 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 131 | 135 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.47 |
| HSL | 182.03º | 0.78% | 0.3% | - |
| HSV(B) | 182.03º | 0.87% | 0.53% | - |
| XYZ | 12.72 | 18.1 | 25.75 | - |
| YUV | 97.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 135 | 0.87 | 0.03 | 0 | 0.47 | 182.03 | 0.78 | 0.3 |
| Hex | 11 | 83 | 87 | 57 | 3 | 0 | 2F | B6 | 4E | 1E |
| Octal | 21 | 203 | 207 | 127 | 3 | 0 | 57 | 266 | 116 | 36 |
| Binary | 10001 | 10000011 | 10000111 | 1010111 | 11 | 0 | 101111 | 10110110 | 1001110 | 11110 |
Color Harmonies of #118387
Complementary color
Monochromatic Colors of #118387
Black with #118387
Text Example
Text Example
White with #118387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118387; }
p { color: rgb(17,131,135); }
H1.HeaderClassName
{
color: #118387;
}
.AnyTagClassName
{
color: #118387;
}
</style>
background-color css
<style>
a { background-color: #118387; }
a { background-color: rgb(17,131,135); }
div.DivClassName
{
background-color: #118387;
}
.BgClassName
{
background-color: #118387;
}
</style>
border-color css
<style>
span { border-color: #118387; }
span { border-color: rgb(17,131,135); }
td.TdClassName
{
border-color: #118387;
}
.TagClassName
{
border-color: #118387;
}
</style>