Shades of Teal #107B8D
Tints of Teal #107B8D
RGB
CMYK
RGB Variations
Color information
#107B8D (or 0x107B8D) is known color: Teal. HEX triplet: 10, 7B and 8D. RGB value is (16,123,141). Sum of RGB (Red+Green+Blue) = 16+123+141=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #107B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107B8D is #EF8472. Grayscale: #5C5C5C. Windows color (decimal): -15697011 or 9272080. OLE color: 9272080.
HSL color Cylindrical-coordinate representation of color #107B8D: hue angle of 188.64º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107B8D is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 123 | 141 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.45 |
| HSL | 188.64º | 0.8% | 0.31% | - |
| HSV(B) | 188.64º | 0.89% | 0.55% | - |
| XYZ | 12.1 | 16.2 | 27.69 | - |
| YUV | 93.06 | 155.05 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 141 | 0.89 | 0.13 | 0 | 0.45 | 188.64 | 0.8 | 0.31 |
| Hex | 10 | 7B | 8D | 59 | D | 0 | 2D | BD | 50 | 1F |
| Octal | 20 | 173 | 215 | 131 | 15 | 0 | 55 | 275 | 120 | 37 |
| Binary | 10000 | 1111011 | 10001101 | 1011001 | 1101 | 0 | 101101 | 10111101 | 1010000 | 11111 |
Color Harmonies of #107B8D
Complementary color
Monochromatic Colors of #107B8D
Black with #107B8D
Text Example
Text Example
White with #107B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107B8D; }
p { color: rgb(16,123,141); }
H1.HeaderClassName
{
color: #107B8D;
}
.AnyTagClassName
{
color: #107B8D;
}
</style>
background-color css
<style>
a { background-color: #107B8D; }
a { background-color: rgb(16,123,141); }
div.DivClassName
{
background-color: #107B8D;
}
.BgClassName
{
background-color: #107B8D;
}
</style>
border-color css
<style>
span { border-color: #107B8D; }
span { border-color: rgb(16,123,141); }
td.TdClassName
{
border-color: #107B8D;
}
.TagClassName
{
border-color: #107B8D;
}
</style>