Shades of Teal #10817B
Tints of Teal #10817B
RGB
CMYK
RGB Variations
Color information
#10817B (or 0x10817B) is known color: Teal. HEX triplet: 10, 81 and 7B. RGB value is (16,129,123). Sum of RGB (Red+Green+Blue) = 16+129+123=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #10817B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10817B is #EF7E84. Grayscale: #5E5E5E. Windows color (decimal): -15695493 or 8093968. OLE color: 8093968.
HSL color Cylindrical-coordinate representation of color #10817B: hue angle of 176.81º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10817B is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 129 | 123 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.49 |
| HSL | 176.81º | 0.78% | 0.28% | - |
| HSV(B) | 176.81º | 0.88% | 0.51% | - |
| XYZ | 11.64 | 17.24 | 21.45 | - |
| YUV | 94.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 123 | 0.88 | 0 | 0.05 | 0.49 | 176.81 | 0.78 | 0.28 |
| Hex | 10 | 81 | 7B | 58 | 0 | 5 | 31 | B1 | 4E | 1C |
| Octal | 20 | 201 | 173 | 130 | 0 | 5 | 61 | 261 | 116 | 34 |
| Binary | 10000 | 10000001 | 1111011 | 1011000 | 0 | 101 | 110001 | 10110001 | 1001110 | 11100 |
Color Harmonies of #10817B
Complementary color
Monochromatic Colors of #10817B
Black with #10817B
Text Example
Text Example
White with #10817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10817B; }
p { color: rgb(16,129,123); }
H1.HeaderClassName
{
color: #10817B;
}
.AnyTagClassName
{
color: #10817B;
}
</style>
background-color css
<style>
a { background-color: #10817B; }
a { background-color: rgb(16,129,123); }
div.DivClassName
{
background-color: #10817B;
}
.BgClassName
{
background-color: #10817B;
}
</style>
border-color css
<style>
span { border-color: #10817B; }
span { border-color: rgb(16,129,123); }
td.TdClassName
{
border-color: #10817B;
}
.TagClassName
{
border-color: #10817B;
}
</style>