Shades of Teal #10767E
Tints of Teal #10767E
RGB
CMYK
RGB Variations
Color information
#10767E (or 0x10767E) is known color: Teal. HEX triplet: 10, 76 and 7E. RGB value is (16,118,126). Sum of RGB (Red+Green+Blue) = 16+118+126=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 126 (49.61% from 255 or 48.46% from 260); Max value from RGB is 126 - color contains mainly: blue. Hex color #10767E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10767E is #EF8981. Grayscale: #585858. Windows color (decimal): -15698306 or 8287760. OLE color: 8287760.
HSL color Cylindrical-coordinate representation of color #10767E: hue angle of 184.36º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10767E is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 118 | 126 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.51 |
| HSL | 184.36º | 0.77% | 0.28% | - |
| HSV(B) | 184.36º | 0.87% | 0.49% | - |
| XYZ | 10.46 | 14.57 | 22 | - |
| YUV | 88.41 | 149.21 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 126 | 0.87 | 0.06 | 0 | 0.51 | 184.36 | 0.77 | 0.28 |
| Hex | 10 | 76 | 7E | 57 | 6 | 0 | 33 | B8 | 4D | 1C |
| Octal | 20 | 166 | 176 | 127 | 6 | 0 | 63 | 270 | 115 | 34 |
| Binary | 10000 | 1110110 | 1111110 | 1010111 | 110 | 0 | 110011 | 10111000 | 1001101 | 11100 |
Color Harmonies of #10767E
Complementary color
Monochromatic Colors of #10767E
Black with #10767E
Text Example
Text Example
White with #10767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10767E; }
p { color: rgb(16,118,126); }
H1.HeaderClassName
{
color: #10767E;
}
.AnyTagClassName
{
color: #10767E;
}
</style>
background-color css
<style>
a { background-color: #10767E; }
a { background-color: rgb(16,118,126); }
div.DivClassName
{
background-color: #10767E;
}
.BgClassName
{
background-color: #10767E;
}
</style>
border-color css
<style>
span { border-color: #10767E; }
span { border-color: rgb(16,118,126); }
td.TdClassName
{
border-color: #10767E;
}
.TagClassName
{
border-color: #10767E;
}
</style>