Shades of Teal Blue #15515E
Tints of Teal Blue #15515E
RGB
CMYK
RGB Variations
Color information
#15515E (or 0x15515E) is known color: Teal Blue. HEX triplet: 15, 51 and 5E. RGB value is (21,81,94). Sum of RGB (Red+Green+Blue) = 21+81+94=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #15515E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15515E is #EAAEA1. Grayscale: #404040. Windows color (decimal): -15380130 or 6181141. OLE color: 6181141.
HSL color Cylindrical-coordinate representation of color #15515E: hue angle of 190.68º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15515E is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 81 | 94 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.63 |
| HSL | 190.68º | 0.63% | 0.23% | - |
| HSV(B) | 190.68º | 0.78% | 0.37% | - |
| XYZ | 5.27 | 6.85 | 11.63 | - |
| YUV | 64.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 94 | 0.78 | 0.14 | 0 | 0.63 | 190.68 | 0.63 | 0.23 |
| Hex | 15 | 51 | 5E | 4E | E | 0 | 3F | BF | 3F | 17 |
| Octal | 25 | 121 | 136 | 116 | 16 | 0 | 77 | 277 | 77 | 27 |
| Binary | 10101 | 1010001 | 1011110 | 1001110 | 1110 | 0 | 111111 | 10111111 | 111111 | 10111 |
Color Harmonies of #15515E
Complementary color
Monochromatic Colors of #15515E
Black with #15515E
Text Example
Text Example
White with #15515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15515E; }
p { color: rgb(21,81,94); }
H1.HeaderClassName
{
color: #15515E;
}
.AnyTagClassName
{
color: #15515E;
}
</style>
background-color css
<style>
a { background-color: #15515E; }
a { background-color: rgb(21,81,94); }
div.DivClassName
{
background-color: #15515E;
}
.BgClassName
{
background-color: #15515E;
}
</style>
border-color css
<style>
span { border-color: #15515E; }
span { border-color: rgb(21,81,94); }
td.TdClassName
{
border-color: #15515E;
}
.TagClassName
{
border-color: #15515E;
}
</style>