Shades of Teal #15857F
Tints of Teal #15857F
RGB
CMYK
RGB Variations
Color information
#15857F (or 0x15857F) is known color: Teal. HEX triplet: 15, 85 and 7F. RGB value is (21,133,127). Sum of RGB (Red+Green+Blue) = 21+133+127=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #15857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15857F is #EA7A80. Grayscale: #626262. Windows color (decimal): -15366785 or 8357141. OLE color: 8357141.
HSL color Cylindrical-coordinate representation of color #15857F: hue angle of 176.79º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15857F is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 133 | 127 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.48 |
| HSL | 176.79º | 0.73% | 0.3% | - |
| HSV(B) | 176.79º | 0.84% | 0.52% | - |
| XYZ | 12.53 | 18.47 | 22.98 | - |
| YUV | 98.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 127 | 0.84 | 0 | 0.05 | 0.48 | 176.79 | 0.73 | 0.3 |
| Hex | 15 | 85 | 7F | 54 | 0 | 5 | 30 | B1 | 49 | 1E |
| Octal | 25 | 205 | 177 | 124 | 0 | 5 | 60 | 261 | 111 | 36 |
| Binary | 10101 | 10000101 | 1111111 | 1010100 | 0 | 101 | 110000 | 10110001 | 1001001 | 11110 |
Color Harmonies of #15857F
Complementary color
Monochromatic Colors of #15857F
Black with #15857F
Text Example
Text Example
White with #15857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15857F; }
p { color: rgb(21,133,127); }
H1.HeaderClassName
{
color: #15857F;
}
.AnyTagClassName
{
color: #15857F;
}
</style>
background-color css
<style>
a { background-color: #15857F; }
a { background-color: rgb(21,133,127); }
div.DivClassName
{
background-color: #15857F;
}
.BgClassName
{
background-color: #15857F;
}
</style>
border-color css
<style>
span { border-color: #15857F; }
span { border-color: rgb(21,133,127); }
td.TdClassName
{
border-color: #15857F;
}
.TagClassName
{
border-color: #15857F;
}
</style>