Shades of Teal #118683
Tints of Teal #118683
RGB
CMYK
RGB Variations
Color information
#118683 (or 0x118683) is known color: Teal. HEX triplet: 11, 86 and 83. RGB value is (17,134,131). Sum of RGB (Red+Green+Blue) = 17+134+131=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #118683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118683 is #EE797C. Grayscale: #626262. Windows color (decimal): -15628669 or 8619537. OLE color: 8619537.
HSL color Cylindrical-coordinate representation of color #118683: hue angle of 178.46º degrees, saturation: 0.77, 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 #118683 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 134 | 131 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.47 |
| HSL | 178.46º | 0.77% | 0.3% | - |
| HSV(B) | 178.46º | 0.87% | 0.53% | - |
| XYZ | 12.85 | 18.81 | 24.43 | - |
| YUV | 98.68 | 146.24 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 131 | 0.87 | 0 | 0.02 | 0.47 | 178.46 | 0.77 | 0.3 |
| Hex | 11 | 86 | 83 | 57 | 0 | 2 | 2F | B2 | 4D | 1E |
| Octal | 21 | 206 | 203 | 127 | 0 | 2 | 57 | 262 | 115 | 36 |
| Binary | 10001 | 10000110 | 10000011 | 1010111 | 0 | 10 | 101111 | 10110010 | 1001101 | 11110 |
Color Harmonies of #118683
Complementary color
Monochromatic Colors of #118683
Black with #118683
Text Example
Text Example
White with #118683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118683; }
p { color: rgb(17,134,131); }
H1.HeaderClassName
{
color: #118683;
}
.AnyTagClassName
{
color: #118683;
}
</style>
background-color css
<style>
a { background-color: #118683; }
a { background-color: rgb(17,134,131); }
div.DivClassName
{
background-color: #118683;
}
.BgClassName
{
background-color: #118683;
}
</style>
border-color css
<style>
span { border-color: #118683; }
span { border-color: rgb(17,134,131); }
td.TdClassName
{
border-color: #118683;
}
.TagClassName
{
border-color: #118683;
}
</style>