Shades of Teal #157F8B
Tints of Teal #157F8B
RGB
CMYK
RGB Variations
Color information
#157F8B (or 0x157F8B) is known color: Teal. HEX triplet: 15, 7F and 8B. RGB value is (21,127,139). Sum of RGB (Red+Green+Blue) = 21+127+139=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #157F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157F8B is #EA8074. Grayscale: #606060. Windows color (decimal): -15368309 or 9142037. OLE color: 9142037.
HSL color Cylindrical-coordinate representation of color #157F8B: hue angle of 186.1º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157F8B is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 127 | 139 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.45 |
| HSL | 186.1º | 0.74% | 0.31% | - |
| HSV(B) | 186.1º | 0.85% | 0.55% | - |
| XYZ | 12.56 | 17.2 | 27.08 | - |
| YUV | 96.67 | 151.88 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 139 | 0.85 | 0.09 | 0 | 0.45 | 186.1 | 0.74 | 0.31 |
| Hex | 15 | 7F | 8B | 55 | 9 | 0 | 2D | BA | 4A | 1F |
| Octal | 25 | 177 | 213 | 125 | 11 | 0 | 55 | 272 | 112 | 37 |
| Binary | 10101 | 1111111 | 10001011 | 1010101 | 1001 | 0 | 101101 | 10111010 | 1001010 | 11111 |
Color Harmonies of #157F8B
Complementary color
Monochromatic Colors of #157F8B
Black with #157F8B
Text Example
Text Example
White with #157F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157F8B; }
p { color: rgb(21,127,139); }
H1.HeaderClassName
{
color: #157F8B;
}
.AnyTagClassName
{
color: #157F8B;
}
</style>
background-color css
<style>
a { background-color: #157F8B; }
a { background-color: rgb(21,127,139); }
div.DivClassName
{
background-color: #157F8B;
}
.BgClassName
{
background-color: #157F8B;
}
</style>
border-color css
<style>
span { border-color: #157F8B; }
span { border-color: rgb(21,127,139); }
td.TdClassName
{
border-color: #157F8B;
}
.TagClassName
{
border-color: #157F8B;
}
</style>