#157E8B

Color #157E8B Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #157E8B

Tints of Teal #157E8B

Color information

#157E8B (or 0x157E8B) is unknown color: approx Teal. HEX triplet: 15, 7E and 8B. RGB value is (21,126,139). Sum of RGB (Red+Green+Blue) = 21+126+139=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #157E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157E8B is #EA8174. Grayscale: #5F5F5F. Windows color (decimal): -15368565 or 9141781. OLE color: 9141781.

HSL color Cylindrical-coordinate representation of color #157E8B: hue angle of 186.61º 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 #157E8B is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB21126139-
CMYK0.850.0900.45
HSL186.61º73.75%31.37%-
HSV(B)186.61º84.89%54.51%-
XYZ12.4316.9527.04-
YUV96.09152.2174.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 7.34%
GREEN value IS 126 (49.61% from 255) = 44.06%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=7.34%
G=44.06%
B=48.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211261390.850.0900.45186.6173.7531.37
Hex157E8B55902Dbb4a1f
Octal251762131251105527311237
Binary1010111111101000101110101011001010110110111011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157E8B; }

 p { color: rgb(21,126,139); }

 H1.HeaderClassName
 {
   color: #157E8B;
 }
 .AnyTagClassName
 {
   color: #157E8B;
 }
</style>
background-color css

<style>
 a { background-color: #157E8B; }

 a { background-color: rgb(21,126,139); }

 div.DivClassName
 {
   background-color: #157E8B;
 }
 .BgClassName
 {
   background-color: #157E8B;
 }
</style>
border-color css

<style>
 span { border-color: #157E8B; }

 span { border-color: rgb(21,126,139); }

 td.TdClassName
 {
   border-color: #157E8B;
 }
 .TagClassName
 {
   border-color: #157E8B;
 }
</style>