Shades of Teal Blue #15525B
Tints of Teal Blue #15525B
RGB
CMYK
RGB Variations
Color information
#15525B (or 0x15525B) is known color: Teal Blue. HEX triplet: 15, 52 and 5B. RGB value is (21,82,91). Sum of RGB (Red+Green+Blue) = 21+82+91=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #15525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15525B is #EAADA4. Grayscale: #404040. Windows color (decimal): -15379877 or 5984789. OLE color: 5984789.
HSL color Cylindrical-coordinate representation of color #15525B: hue angle of 187.71º 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 #15525B is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 82 | 91 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.64 |
| HSL | 187.71º | 0.63% | 0.22% | - |
| HSV(B) | 187.71º | 0.77% | 0.36% | - |
| XYZ | 5.21 | 6.95 | 10.96 | - |
| YUV | 64.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 91 | 0.77 | 0.10 | 0 | 0.64 | 187.71 | 0.63 | 0.22 |
| Hex | 15 | 52 | 5B | 4D | A | 0 | 40 | BC | 3E | 16 |
| Octal | 25 | 122 | 133 | 115 | 12 | 0 | 100 | 274 | 76 | 26 |
| Binary | 10101 | 1010010 | 1011011 | 1001101 | 1010 | 0 | 1000000 | 10111100 | 111110 | 10110 |
Color Harmonies of #15525B
Complementary color
Monochromatic Colors of #15525B
Black with #15525B
Text Example
Text Example
White with #15525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15525B; }
p { color: rgb(21,82,91); }
H1.HeaderClassName
{
color: #15525B;
}
.AnyTagClassName
{
color: #15525B;
}
</style>
background-color css
<style>
a { background-color: #15525B; }
a { background-color: rgb(21,82,91); }
div.DivClassName
{
background-color: #15525B;
}
.BgClassName
{
background-color: #15525B;
}
</style>
border-color css
<style>
span { border-color: #15525B; }
span { border-color: rgb(21,82,91); }
td.TdClassName
{
border-color: #15525B;
}
.TagClassName
{
border-color: #15525B;
}
</style>