#157e80

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

Shades of Teal #157E80

Tints of Teal #157E80

Color information

#157E80 (or 0x157E80) is unknown color: approx Teal. HEX triplet: 15, 7E and 80. RGB value is (21,126,128). Sum of RGB (Red+Green+Blue) = 21+126+128=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #157E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157E80 is #EA817F. Grayscale: #5E5E5E. Windows color (decimal): -15368576 or 8420885. OLE color: 8420885.

HSL color Cylindrical-coordinate representation of color #157E80: hue angle of 181.12º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157E80 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB21126128-
CMYK0.840.0200.50
HSL181.12º71.81%29.22%-
HSV(B)181.12º83.59%50.2%-
XYZ11.6716.6423.02-
YUV94.83146.7175.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.64%
GREEN value IS 126 (49.61% from 255) = 45.82%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=7.64%
G=45.82%
B=46.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal211261280.840.0200.50181.1271.8129.22
Hex157E80542032b5481d
Octal25176200124206226511035
Binary10101111111010000000101010010011001010110101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157e80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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