Shades of Teal Blue #15505F
Tints of Teal Blue #15505F
RGB
CMYK
RGB Variations
Color information
#15505F (or 0x15505F) is known color: Teal Blue. HEX triplet: 15, 50 and 5F. RGB value is (21,80,95). Sum of RGB (Red+Green+Blue) = 21+80+95=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #15505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15505F is #EAAFA0. Grayscale: #3F3F3F. Windows color (decimal): -15380385 or 6246421. OLE color: 6246421.
HSL color Cylindrical-coordinate representation of color #15505F: hue angle of 192.16º degrees, saturation: 0.64, 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 #15505F is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 80 | 95 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.63 |
| HSL | 192.16º | 0.64% | 0.23% | - |
| HSV(B) | 192.16º | 0.78% | 0.37% | - |
| XYZ | 5.24 | 6.72 | 11.85 | - |
| YUV | 64.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 95 | 0.78 | 0.16 | 0 | 0.63 | 192.16 | 0.64 | 0.23 |
| Hex | 15 | 50 | 5F | 4E | 10 | 0 | 3F | C0 | 40 | 17 |
| Octal | 25 | 120 | 137 | 116 | 20 | 0 | 77 | 300 | 100 | 27 |
| Binary | 10101 | 1010000 | 1011111 | 1001110 | 10000 | 0 | 111111 | 11000000 | 1000000 | 10111 |
Color Harmonies of #15505F
Complementary color
Monochromatic Colors of #15505F
Black with #15505F
Text Example
Text Example
White with #15505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15505F; }
p { color: rgb(21,80,95); }
H1.HeaderClassName
{
color: #15505F;
}
.AnyTagClassName
{
color: #15505F;
}
</style>
background-color css
<style>
a { background-color: #15505F; }
a { background-color: rgb(21,80,95); }
div.DivClassName
{
background-color: #15505F;
}
.BgClassName
{
background-color: #15505F;
}
</style>
border-color css
<style>
span { border-color: #15505F; }
span { border-color: rgb(21,80,95); }
td.TdClassName
{
border-color: #15505F;
}
.TagClassName
{
border-color: #15505F;
}
</style>