Shades of Teal Blue #15505B
Tints of Teal Blue #15505B
RGB
CMYK
RGB Variations
Color information
#15505B (or 0x15505B) is known color: Teal Blue. HEX triplet: 15, 50 and 5B. RGB value is (21,80,91). Sum of RGB (Red+Green+Blue) = 21+80+91=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #15505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15505B is #EAAFA4. Grayscale: #3F3F3F. Windows color (decimal): -15380389 or 5984277. OLE color: 5984277.
HSL color Cylindrical-coordinate representation of color #15505B: hue angle of 189.43º degrees, saturation: 0.62, 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 #15505B is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 80 | 91 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.64 |
| HSL | 189.43º | 0.63% | 0.22% | - |
| HSV(B) | 189.43º | 0.77% | 0.36% | - |
| XYZ | 5.07 | 6.65 | 10.91 | - |
| YUV | 63.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 91 | 0.77 | 0.12 | 0 | 0.64 | 189.43 | 0.63 | 0.22 |
| Hex | 15 | 50 | 5B | 4D | C | 0 | 40 | BD | 3E | 16 |
| Octal | 25 | 120 | 133 | 115 | 14 | 0 | 100 | 275 | 76 | 26 |
| Binary | 10101 | 1010000 | 1011011 | 1001101 | 1100 | 0 | 1000000 | 10111101 | 111110 | 10110 |
Color Harmonies of #15505B
Complementary color
Monochromatic Colors of #15505B
Black with #15505B
Text Example
Text Example
White with #15505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15505B; }
p { color: rgb(21,80,91); }
H1.HeaderClassName
{
color: #15505B;
}
.AnyTagClassName
{
color: #15505B;
}
</style>
background-color css
<style>
a { background-color: #15505B; }
a { background-color: rgb(21,80,91); }
div.DivClassName
{
background-color: #15505B;
}
.BgClassName
{
background-color: #15505B;
}
</style>
border-color css
<style>
span { border-color: #15505B; }
span { border-color: rgb(21,80,91); }
td.TdClassName
{
border-color: #15505B;
}
.TagClassName
{
border-color: #15505B;
}
</style>