Shades of Teal #15877C
Tints of Teal #15877C
RGB
CMYK
RGB Variations
Color information
#15877C (or 0x15877C) is known color: Teal. HEX triplet: 15, 87 and 7C. RGB value is (21,135,124). Sum of RGB (Red+Green+Blue) = 21+135+124=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #15877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15877C is #EA7883. Grayscale: #636363. Windows color (decimal): -15366276 or 8161045. OLE color: 8161045.
HSL color Cylindrical-coordinate representation of color #15877C: hue angle of 174.21º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15877C is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 135 | 124 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.47 |
| HSL | 174.21º | 0.73% | 0.31% | - |
| HSV(B) | 174.21º | 0.84% | 0.53% | - |
| XYZ | 12.61 | 18.94 | 22.06 | - |
| YUV | 99.66 | 141.73 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 124 | 0.84 | 0 | 0.08 | 0.47 | 174.21 | 0.73 | 0.31 |
| Hex | 15 | 87 | 7C | 54 | 0 | 8 | 2F | AE | 49 | 1F |
| Octal | 25 | 207 | 174 | 124 | 0 | 10 | 57 | 256 | 111 | 37 |
| Binary | 10101 | 10000111 | 1111100 | 1010100 | 0 | 1000 | 101111 | 10101110 | 1001001 | 11111 |
Color Harmonies of #15877C
Complementary color
Monochromatic Colors of #15877C
Black with #15877C
Text Example
Text Example
White with #15877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15877C; }
p { color: rgb(21,135,124); }
H1.HeaderClassName
{
color: #15877C;
}
.AnyTagClassName
{
color: #15877C;
}
</style>
background-color css
<style>
a { background-color: #15877C; }
a { background-color: rgb(21,135,124); }
div.DivClassName
{
background-color: #15877C;
}
.BgClassName
{
background-color: #15877C;
}
</style>
border-color css
<style>
span { border-color: #15877C; }
span { border-color: rgb(21,135,124); }
td.TdClassName
{
border-color: #15877C;
}
.TagClassName
{
border-color: #15877C;
}
</style>