Shades of Teal #15857C
Tints of Teal #15857C
RGB
CMYK
RGB Variations
Color information
#15857C (or 0x15857C) is known color: Teal. HEX triplet: 15, 85 and 7C. RGB value is (21,133,124). Sum of RGB (Red+Green+Blue) = 21+133+124=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #15857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15857C is #EA7A83. Grayscale: #626262. Windows color (decimal): -15366788 or 8160533. OLE color: 8160533.
HSL color Cylindrical-coordinate representation of color #15857C: hue angle of 175.18º 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 #15857C is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 133 | 124 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.48 |
| HSL | 175.18º | 0.73% | 0.3% | - |
| HSV(B) | 175.18º | 0.84% | 0.52% | - |
| XYZ | 12.33 | 18.39 | 21.97 | - |
| YUV | 98.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 124 | 0.84 | 0 | 0.07 | 0.48 | 175.18 | 0.73 | 0.3 |
| Hex | 15 | 85 | 7C | 54 | 0 | 7 | 30 | AF | 49 | 1E |
| Octal | 25 | 205 | 174 | 124 | 0 | 7 | 60 | 257 | 111 | 36 |
| Binary | 10101 | 10000101 | 1111100 | 1010100 | 0 | 111 | 110000 | 10101111 | 1001001 | 11110 |
Color Harmonies of #15857C
Complementary color
Monochromatic Colors of #15857C
Black with #15857C
Text Example
Text Example
White with #15857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15857C; }
p { color: rgb(21,133,124); }
H1.HeaderClassName
{
color: #15857C;
}
.AnyTagClassName
{
color: #15857C;
}
</style>
background-color css
<style>
a { background-color: #15857C; }
a { background-color: rgb(21,133,124); }
div.DivClassName
{
background-color: #15857C;
}
.BgClassName
{
background-color: #15857C;
}
</style>
border-color css
<style>
span { border-color: #15857C; }
span { border-color: rgb(21,133,124); }
td.TdClassName
{
border-color: #15857C;
}
.TagClassName
{
border-color: #15857C;
}
</style>