Shades of Teal #10897B
Tints of Teal #10897B
RGB
CMYK
RGB Variations
Color information
#10897B (or 0x10897B) is known color: Teal. HEX triplet: 10, 89 and 7B. RGB value is (16,137,123). Sum of RGB (Red+Green+Blue) = 16+137+123=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #10897B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10897B is #EF7684. Grayscale: #636363. Windows color (decimal): -15693445 or 8096016. OLE color: 8096016.
HSL color Cylindrical-coordinate representation of color #10897B: hue angle of 173.06º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10897B is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 137 | 123 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.46 |
| HSL | 173.06º | 0.79% | 0.3% | - |
| HSV(B) | 173.06º | 0.88% | 0.54% | - |
| XYZ | 12.73 | 19.43 | 21.82 | - |
| YUV | 99.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 137 | 123 | 0.88 | 0 | 0.10 | 0.46 | 173.06 | 0.79 | 0.3 |
| Hex | 10 | 89 | 7B | 58 | 0 | A | 2E | AD | 4F | 1E |
| Octal | 20 | 211 | 173 | 130 | 0 | 12 | 56 | 255 | 117 | 36 |
| Binary | 10000 | 10001001 | 1111011 | 1011000 | 0 | 1010 | 101110 | 10101101 | 1001111 | 11110 |
Color Harmonies of #10897B
Complementary color
Monochromatic Colors of #10897B
Black with #10897B
Text Example
Text Example
White with #10897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10897B; }
p { color: rgb(16,137,123); }
H1.HeaderClassName
{
color: #10897B;
}
.AnyTagClassName
{
color: #10897B;
}
</style>
background-color css
<style>
a { background-color: #10897B; }
a { background-color: rgb(16,137,123); }
div.DivClassName
{
background-color: #10897B;
}
.BgClassName
{
background-color: #10897B;
}
</style>
border-color css
<style>
span { border-color: #10897B; }
span { border-color: rgb(16,137,123); }
td.TdClassName
{
border-color: #10897B;
}
.TagClassName
{
border-color: #10897B;
}
</style>