Shades of Teal #108683
Tints of Teal #108683
RGB
CMYK
RGB Variations
Color information
#108683 (or 0x108683) is known color: Teal. HEX triplet: 10, 86 and 83. RGB value is (16,134,131). Sum of RGB (Red+Green+Blue) = 16+134+131=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #108683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108683 is #EF797C. Grayscale: #626262. Windows color (decimal): -15694205 or 8619536. OLE color: 8619536.
HSL color Cylindrical-coordinate representation of color #108683: hue angle of 178.47º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108683 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 134 | 131 | - |
| CMYK | 0.88 | 0 | 0.02 | 0.47 |
| HSL | 178.47º | 0.79% | 0.29% | - |
| HSV(B) | 178.47º | 0.88% | 0.53% | - |
| XYZ | 12.84 | 18.8 | 24.42 | - |
| YUV | 98.38 | 146.41 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 131 | 0.88 | 0 | 0.02 | 0.47 | 178.47 | 0.79 | 0.29 |
| Hex | 10 | 86 | 83 | 58 | 0 | 2 | 2F | B2 | 4F | 1D |
| Octal | 20 | 206 | 203 | 130 | 0 | 2 | 57 | 262 | 117 | 35 |
| Binary | 10000 | 10000110 | 10000011 | 1011000 | 0 | 10 | 101111 | 10110010 | 1001111 | 11101 |
Color Harmonies of #108683
Complementary color
Monochromatic Colors of #108683
Black with #108683
Text Example
Text Example
White with #108683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108683; }
p { color: rgb(16,134,131); }
H1.HeaderClassName
{
color: #108683;
}
.AnyTagClassName
{
color: #108683;
}
</style>
background-color css
<style>
a { background-color: #108683; }
a { background-color: rgb(16,134,131); }
div.DivClassName
{
background-color: #108683;
}
.BgClassName
{
background-color: #108683;
}
</style>
border-color css
<style>
span { border-color: #108683; }
span { border-color: rgb(16,134,131); }
td.TdClassName
{
border-color: #108683;
}
.TagClassName
{
border-color: #108683;
}
</style>