Shades of Teal Blue #15535F
Tints of Teal Blue #15535F
RGB
CMYK
RGB Variations
Color information
#15535F (or 0x15535F) is known color: Teal Blue. HEX triplet: 15, 53 and 5F. RGB value is (21,83,95). Sum of RGB (Red+Green+Blue) = 21+83+95=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #15535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15535F is #EAACA0. Grayscale: #414141. Windows color (decimal): -15379617 or 6247189. OLE color: 6247189.
HSL color Cylindrical-coordinate representation of color #15535F: hue angle of 189.73º 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 #15535F is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 83 | 95 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.63 |
| HSL | 189.73º | 0.64% | 0.23% | - |
| HSV(B) | 189.73º | 0.78% | 0.37% | - |
| XYZ | 5.47 | 7.17 | 11.92 | - |
| YUV | 65.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 95 | 0.78 | 0.13 | 0 | 0.63 | 189.73 | 0.64 | 0.23 |
| Hex | 15 | 53 | 5F | 4E | D | 0 | 3F | BE | 40 | 17 |
| Octal | 25 | 123 | 137 | 116 | 15 | 0 | 77 | 276 | 100 | 27 |
| Binary | 10101 | 1010011 | 1011111 | 1001110 | 1101 | 0 | 111111 | 10111110 | 1000000 | 10111 |
Color Harmonies of #15535F
Complementary color
Monochromatic Colors of #15535F
Black with #15535F
Text Example
Text Example
White with #15535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15535F; }
p { color: rgb(21,83,95); }
H1.HeaderClassName
{
color: #15535F;
}
.AnyTagClassName
{
color: #15535F;
}
</style>
background-color css
<style>
a { background-color: #15535F; }
a { background-color: rgb(21,83,95); }
div.DivClassName
{
background-color: #15535F;
}
.BgClassName
{
background-color: #15535F;
}
</style>
border-color css
<style>
span { border-color: #15535F; }
span { border-color: rgb(21,83,95); }
td.TdClassName
{
border-color: #15535F;
}
.TagClassName
{
border-color: #15535F;
}
</style>