Shades of Teal Blue #15515C
Tints of Teal Blue #15515C
RGB
CMYK
RGB Variations
Color information
#15515C (or 0x15515C) is known color: Teal Blue. HEX triplet: 15, 51 and 5C. RGB value is (21,81,92). Sum of RGB (Red+Green+Blue) = 21+81+92=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #15515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15515C is #EAAEA3. Grayscale: #404040. Windows color (decimal): -15380132 or 6050069. OLE color: 6050069.
HSL color Cylindrical-coordinate representation of color #15515C: hue angle of 189.3º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15515C is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 81 | 92 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.64 |
| HSL | 189.3º | 0.63% | 0.22% | - |
| HSV(B) | 189.3º | 0.77% | 0.36% | - |
| XYZ | 5.18 | 6.82 | 11.17 | - |
| YUV | 64.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 92 | 0.77 | 0.12 | 0 | 0.64 | 189.3 | 0.63 | 0.22 |
| Hex | 15 | 51 | 5C | 4D | C | 0 | 40 | BD | 3F | 16 |
| Octal | 25 | 121 | 134 | 115 | 14 | 0 | 100 | 275 | 77 | 26 |
| Binary | 10101 | 1010001 | 1011100 | 1001101 | 1100 | 0 | 1000000 | 10111101 | 111111 | 10110 |
Color Harmonies of #15515C
Complementary color
Monochromatic Colors of #15515C
Black with #15515C
Text Example
Text Example
White with #15515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15515C; }
p { color: rgb(21,81,92); }
H1.HeaderClassName
{
color: #15515C;
}
.AnyTagClassName
{
color: #15515C;
}
</style>
background-color css
<style>
a { background-color: #15515C; }
a { background-color: rgb(21,81,92); }
div.DivClassName
{
background-color: #15515C;
}
.BgClassName
{
background-color: #15515C;
}
</style>
border-color css
<style>
span { border-color: #15515C; }
span { border-color: rgb(21,81,92); }
td.TdClassName
{
border-color: #15515C;
}
.TagClassName
{
border-color: #15515C;
}
</style>