Shades of Teal #157B7D
Tints of Teal #157B7D
RGB
CMYK
RGB Variations
Color information
#157B7D (or 0x157B7D) is known color: Teal. HEX triplet: 15, 7B and 7D. RGB value is (21,123,125). Sum of RGB (Red+Green+Blue) = 21+123+125=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 125 - color contains mainly: blue. Hex color #157B7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B7D is #EA8482. Grayscale: #5C5C5C. Windows color (decimal): -15369347 or 8223509. OLE color: 8223509.
HSL color Cylindrical-coordinate representation of color #157B7D: hue angle of 181.15º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B7D is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 123 | 125 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.51 |
| HSL | 181.15º | 0.71% | 0.29% | - |
| HSV(B) | 181.15º | 0.83% | 0.49% | - |
| XYZ | 11.09 | 15.81 | 21.87 | - |
| YUV | 92.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 125 | 0.83 | 0.02 | 0 | 0.51 | 181.15 | 0.71 | 0.29 |
| Hex | 15 | 7B | 7D | 53 | 2 | 0 | 33 | B5 | 47 | 1D |
| Octal | 25 | 173 | 175 | 123 | 2 | 0 | 63 | 265 | 107 | 35 |
| Binary | 10101 | 1111011 | 1111101 | 1010011 | 10 | 0 | 110011 | 10110101 | 1000111 | 11101 |
Color Harmonies of #157B7D
Complementary color
Monochromatic Colors of #157B7D
Black with #157B7D
Text Example
Text Example
White with #157B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157B7D; }
p { color: rgb(21,123,125); }
H1.HeaderClassName
{
color: #157B7D;
}
.AnyTagClassName
{
color: #157B7D;
}
</style>
background-color css
<style>
a { background-color: #157B7D; }
a { background-color: rgb(21,123,125); }
div.DivClassName
{
background-color: #157B7D;
}
.BgClassName
{
background-color: #157B7D;
}
</style>
border-color css
<style>
span { border-color: #157B7D; }
span { border-color: rgb(21,123,125); }
td.TdClassName
{
border-color: #157B7D;
}
.TagClassName
{
border-color: #157B7D;
}
</style>