#157E8A

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

Shades of Teal #157E8A

Tints of Teal #157E8A

Color information

#157E8A (or 0x157E8A) is unknown color: approx Teal. HEX triplet: 15, 7E and 8A. RGB value is (21,126,138). Sum of RGB (Red+Green+Blue) = 21+126+138=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 126 (49.61% from 255 or 44.21% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #157E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157E8A is #EA8175. Grayscale: #5F5F5F. Windows color (decimal): -15368566 or 9076245. OLE color: 9076245.

HSL color Cylindrical-coordinate representation of color #157E8A: hue angle of 186.15º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157E8A is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB21126138-
CMYK0.850.0900.46
HSL186.15º73.58%31.18%-
HSV(B)186.15º84.78%54.12%-
XYZ12.3616.9226.66-
YUV95.97151.7174.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 126 (49.61% from 255) = 44.21%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=7.37%
G=44.21%
B=48.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211261380.850.0900.46186.1573.5831.18
Hex157E8A55902Eba4a1f
Octal251762121251105627211237
Binary1010111111101000101010101011001010111010111010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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