Shades of Teal Blue #10505E
Tints of Teal Blue #10505E
RGB
CMYK
RGB Variations
Color information
#10505E (or 0x10505E) is known color: Teal Blue. HEX triplet: 10, 50 and 5E. RGB value is (16,80,94). Sum of RGB (Red+Green+Blue) = 16+80+94=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #10505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10505E is #EFAFA1. Grayscale: #3E3E3E. Windows color (decimal): -15708066 or 6180880. OLE color: 6180880.
HSL color Cylindrical-coordinate representation of color #10505E: hue angle of 190.77º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10505E is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 80 | 94 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.63 |
| HSL | 190.77º | 0.71% | 0.22% | - |
| HSV(B) | 190.77º | 0.83% | 0.37% | - |
| XYZ | 5.1 | 6.66 | 11.61 | - |
| YUV | 62.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 94 | 0.83 | 0.15 | 0 | 0.63 | 190.77 | 0.71 | 0.22 |
| Hex | 10 | 50 | 5E | 53 | F | 0 | 3F | BF | 47 | 16 |
| Octal | 20 | 120 | 136 | 123 | 17 | 0 | 77 | 277 | 107 | 26 |
| Binary | 10000 | 1010000 | 1011110 | 1010011 | 1111 | 0 | 111111 | 10111111 | 1000111 | 10110 |
Color Harmonies of #10505E
Complementary color
Monochromatic Colors of #10505E
Black with #10505E
Text Example
Text Example
White with #10505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10505E; }
p { color: rgb(16,80,94); }
H1.HeaderClassName
{
color: #10505E;
}
.AnyTagClassName
{
color: #10505E;
}
</style>
background-color css
<style>
a { background-color: #10505E; }
a { background-color: rgb(16,80,94); }
div.DivClassName
{
background-color: #10505E;
}
.BgClassName
{
background-color: #10505E;
}
</style>
border-color css
<style>
span { border-color: #10505E; }
span { border-color: rgb(16,80,94); }
td.TdClassName
{
border-color: #10505E;
}
.TagClassName
{
border-color: #10505E;
}
</style>