Shades of Teal #15807E
Tints of Teal #15807E
RGB
CMYK
RGB Variations
Color information
#15807E (or 0x15807E) is known color: Teal. HEX triplet: 15, 80 and 7E. RGB value is (21,128,126). Sum of RGB (Red+Green+Blue) = 21+128+126=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #15807E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15807E is #EA7F81. Grayscale: #5F5F5F. Windows color (decimal): -15368066 or 8290325. OLE color: 8290325.
HSL color Cylindrical-coordinate representation of color #15807E: hue angle of 178.88º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15807E is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 128 | 126 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.50 |
| HSL | 178.88º | 0.72% | 0.29% | - |
| HSV(B) | 178.88º | 0.84% | 0.5% | - |
| XYZ | 11.79 | 17.1 | 22.42 | - |
| YUV | 95.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 126 | 0.84 | 0 | 0.02 | 0.50 | 178.88 | 0.72 | 0.29 |
| Hex | 15 | 80 | 7E | 54 | 0 | 2 | 32 | B3 | 48 | 1D |
| Octal | 25 | 200 | 176 | 124 | 0 | 2 | 62 | 263 | 110 | 35 |
| Binary | 10101 | 10000000 | 1111110 | 1010100 | 0 | 10 | 110010 | 10110011 | 1001000 | 11101 |
Color Harmonies of #15807E
Complementary color
Monochromatic Colors of #15807E
Black with #15807E
Text Example
Text Example
White with #15807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15807E; }
p { color: rgb(21,128,126); }
H1.HeaderClassName
{
color: #15807E;
}
.AnyTagClassName
{
color: #15807E;
}
</style>
background-color css
<style>
a { background-color: #15807E; }
a { background-color: rgb(21,128,126); }
div.DivClassName
{
background-color: #15807E;
}
.BgClassName
{
background-color: #15807E;
}
</style>
border-color css
<style>
span { border-color: #15807E; }
span { border-color: rgb(21,128,126); }
td.TdClassName
{
border-color: #15807E;
}
.TagClassName
{
border-color: #15807E;
}
</style>