Shades of Teal #157B81
Tints of Teal #157B81
RGB
CMYK
RGB Variations
Color information
#157B81 (or 0x157B81) is known color: Teal. HEX triplet: 15, 7B and 81. RGB value is (21,123,129). Sum of RGB (Red+Green+Blue) = 21+123+129=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #157B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157B81 is #EA847E. Grayscale: #5D5D5D. Windows color (decimal): -15369343 or 8485653. OLE color: 8485653.
HSL color Cylindrical-coordinate representation of color #157B81: hue angle of 183.33º 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 #157B81 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 123 | 129 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.49 |
| HSL | 183.33º | 0.72% | 0.29% | - |
| HSV(B) | 183.33º | 0.84% | 0.51% | - |
| XYZ | 11.35 | 15.91 | 23.24 | - |
| YUV | 93.19 | 148.21 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 129 | 0.84 | 0.05 | 0 | 0.49 | 183.33 | 0.72 | 0.29 |
| Hex | 15 | 7B | 81 | 54 | 5 | 0 | 31 | B7 | 48 | 1D |
| Octal | 25 | 173 | 201 | 124 | 5 | 0 | 61 | 267 | 110 | 35 |
| Binary | 10101 | 1111011 | 10000001 | 1010100 | 101 | 0 | 110001 | 10110111 | 1001000 | 11101 |
Color Harmonies of #157B81
Complementary color
Monochromatic Colors of #157B81
Black with #157B81
Text Example
Text Example
White with #157B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157B81; }
p { color: rgb(21,123,129); }
H1.HeaderClassName
{
color: #157B81;
}
.AnyTagClassName
{
color: #157B81;
}
</style>
background-color css
<style>
a { background-color: #157B81; }
a { background-color: rgb(21,123,129); }
div.DivClassName
{
background-color: #157B81;
}
.BgClassName
{
background-color: #157B81;
}
</style>
border-color css
<style>
span { border-color: #157B81; }
span { border-color: rgb(21,123,129); }
td.TdClassName
{
border-color: #157B81;
}
.TagClassName
{
border-color: #157B81;
}
</style>