Shades of Teal #15817F
Tints of Teal #15817F
RGB
CMYK
RGB Variations
Color information
#15817F (or 0x15817F) is known color: Teal. HEX triplet: 15, 81 and 7F. RGB value is (21,129,127). Sum of RGB (Red+Green+Blue) = 21+129+127=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #15817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15817F is #EA7E80. Grayscale: #606060. Windows color (decimal): -15367809 or 8356117. OLE color: 8356117.
HSL color Cylindrical-coordinate representation of color #15817F: hue angle of 178.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15817F is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 129 | 127 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.49 |
| HSL | 178.89º | 0.72% | 0.29% | - |
| HSV(B) | 178.89º | 0.84% | 0.51% | - |
| XYZ | 11.99 | 17.39 | 22.8 | - |
| YUV | 96.48 | 145.22 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 127 | 0.84 | 0 | 0.02 | 0.49 | 178.89 | 0.72 | 0.29 |
| Hex | 15 | 81 | 7F | 54 | 0 | 2 | 31 | B3 | 48 | 1D |
| Octal | 25 | 201 | 177 | 124 | 0 | 2 | 61 | 263 | 110 | 35 |
| Binary | 10101 | 10000001 | 1111111 | 1010100 | 0 | 10 | 110001 | 10110011 | 1001000 | 11101 |
Color Harmonies of #15817F
Complementary color
Monochromatic Colors of #15817F
Black with #15817F
Text Example
Text Example
White with #15817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15817F; }
p { color: rgb(21,129,127); }
H1.HeaderClassName
{
color: #15817F;
}
.AnyTagClassName
{
color: #15817F;
}
</style>
background-color css
<style>
a { background-color: #15817F; }
a { background-color: rgb(21,129,127); }
div.DivClassName
{
background-color: #15817F;
}
.BgClassName
{
background-color: #15817F;
}
</style>
border-color css
<style>
span { border-color: #15817F; }
span { border-color: rgb(21,129,127); }
td.TdClassName
{
border-color: #15817F;
}
.TagClassName
{
border-color: #15817F;
}
</style>