Shades of Teal #10767F
Tints of Teal #10767F
RGB
CMYK
RGB Variations
Color information
#10767F (or 0x10767F) is known color: Teal. HEX triplet: 10, 76 and 7F. RGB value is (16,118,127). Sum of RGB (Red+Green+Blue) = 16+118+127=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #10767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10767F is #EF8980. Grayscale: #585858. Windows color (decimal): -15698305 or 8353296. OLE color: 8353296.
HSL color Cylindrical-coordinate representation of color #10767F: hue angle of 184.86º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10767F is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 118 | 127 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.50 |
| HSL | 184.86º | 0.78% | 0.28% | - |
| HSV(B) | 184.86º | 0.87% | 0.5% | - |
| XYZ | 10.52 | 14.6 | 22.34 | - |
| YUV | 88.53 | 149.71 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 127 | 0.87 | 0.07 | 0 | 0.50 | 184.86 | 0.78 | 0.28 |
| Hex | 10 | 76 | 7F | 57 | 7 | 0 | 32 | B9 | 4E | 1C |
| Octal | 20 | 166 | 177 | 127 | 7 | 0 | 62 | 271 | 116 | 34 |
| Binary | 10000 | 1110110 | 1111111 | 1010111 | 111 | 0 | 110010 | 10111001 | 1001110 | 11100 |
Color Harmonies of #10767F
Complementary color
Monochromatic Colors of #10767F
Black with #10767F
Text Example
Text Example
White with #10767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10767F; }
p { color: rgb(16,118,127); }
H1.HeaderClassName
{
color: #10767F;
}
.AnyTagClassName
{
color: #10767F;
}
</style>
background-color css
<style>
a { background-color: #10767F; }
a { background-color: rgb(16,118,127); }
div.DivClassName
{
background-color: #10767F;
}
.BgClassName
{
background-color: #10767F;
}
</style>
border-color css
<style>
span { border-color: #10767F; }
span { border-color: rgb(16,118,127); }
td.TdClassName
{
border-color: #10767F;
}
.TagClassName
{
border-color: #10767F;
}
</style>