Shades of Teal Blue #15525E
Tints of Teal Blue #15525E
RGB
CMYK
RGB Variations
Color information
#15525E (or 0x15525E) is known color: Teal Blue. HEX triplet: 15, 52 and 5E. RGB value is (21,82,94). Sum of RGB (Red+Green+Blue) = 21+82+94=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #15525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15525E is #EAADA1. Grayscale: #414141. Windows color (decimal): -15379874 or 6181397. OLE color: 6181397.
HSL color Cylindrical-coordinate representation of color #15525E: hue angle of 189.86º 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 #15525E is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 82 | 94 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.63 |
| HSL | 189.86º | 0.63% | 0.23% | - |
| HSV(B) | 189.86º | 0.78% | 0.37% | - |
| XYZ | 5.35 | 7 | 11.66 | - |
| YUV | 65.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 94 | 0.78 | 0.13 | 0 | 0.63 | 189.86 | 0.63 | 0.23 |
| Hex | 15 | 52 | 5E | 4E | D | 0 | 3F | BE | 3F | 17 |
| Octal | 25 | 122 | 136 | 116 | 15 | 0 | 77 | 276 | 77 | 27 |
| Binary | 10101 | 1010010 | 1011110 | 1001110 | 1101 | 0 | 111111 | 10111110 | 111111 | 10111 |
Color Harmonies of #15525E
Complementary color
Monochromatic Colors of #15525E
Black with #15525E
Text Example
Text Example
White with #15525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15525E; }
p { color: rgb(21,82,94); }
H1.HeaderClassName
{
color: #15525E;
}
.AnyTagClassName
{
color: #15525E;
}
</style>
background-color css
<style>
a { background-color: #15525E; }
a { background-color: rgb(21,82,94); }
div.DivClassName
{
background-color: #15525E;
}
.BgClassName
{
background-color: #15525E;
}
</style>
border-color css
<style>
span { border-color: #15525E; }
span { border-color: rgb(21,82,94); }
td.TdClassName
{
border-color: #15525E;
}
.TagClassName
{
border-color: #15525E;
}
</style>