Shades of Teal #11837F
Tints of Teal #11837F
RGB
CMYK
RGB Variations
Color information
#11837F (or 0x11837F) is known color: Teal. HEX triplet: 11, 83 and 7F. RGB value is (17,131,127). Sum of RGB (Red+Green+Blue) = 17+131+127=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #11837F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11837F is #EE7C80. Grayscale: #606060. Windows color (decimal): -15629441 or 8356625. OLE color: 8356625.
HSL color Cylindrical-coordinate representation of color #11837F: hue angle of 177.89º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11837F is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 131 | 127 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.49 |
| HSL | 177.89º | 0.77% | 0.29% | - |
| HSV(B) | 177.89º | 0.87% | 0.51% | - |
| XYZ | 12.18 | 17.88 | 22.89 | - |
| YUV | 96.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 127 | 0.87 | 0 | 0.03 | 0.49 | 177.89 | 0.77 | 0.29 |
| Hex | 11 | 83 | 7F | 57 | 0 | 3 | 31 | B2 | 4D | 1D |
| Octal | 21 | 203 | 177 | 127 | 0 | 3 | 61 | 262 | 115 | 35 |
| Binary | 10001 | 10000011 | 1111111 | 1010111 | 0 | 11 | 110001 | 10110010 | 1001101 | 11101 |
Color Harmonies of #11837F
Complementary color
Monochromatic Colors of #11837F
Black with #11837F
Text Example
Text Example
White with #11837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11837F; }
p { color: rgb(17,131,127); }
H1.HeaderClassName
{
color: #11837F;
}
.AnyTagClassName
{
color: #11837F;
}
</style>
background-color css
<style>
a { background-color: #11837F; }
a { background-color: rgb(17,131,127); }
div.DivClassName
{
background-color: #11837F;
}
.BgClassName
{
background-color: #11837F;
}
</style>
border-color css
<style>
span { border-color: #11837F; }
span { border-color: rgb(17,131,127); }
td.TdClassName
{
border-color: #11837F;
}
.TagClassName
{
border-color: #11837F;
}
</style>