#157D7F

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

Shades of Teal #157D7F

Tints of Teal #157D7F

Color information

#157D7F (or 0x157D7F) is unknown color: approx Teal. HEX triplet: 15, 7D and 7F. RGB value is (21,125,127). Sum of RGB (Red+Green+Blue) = 21+125+127=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 125 (49.22% from 255 or 45.79% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #157D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157D7F is #EA8280. Grayscale: #5E5E5E. Windows color (decimal): -15368833 or 8355093. OLE color: 8355093.

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

Color convert

RGB21125127-
CMYK0.830.0200.50
HSL181.13º71.62%29.02%-
HSV(B)181.13º83.46%49.8%-
XYZ11.4716.3622.63-
YUV94.13146.5475.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.69%
GREEN value IS 125 (49.22% from 255) = 45.79%
BLUE value IS 127 (50% from 255) = 46.52%
R=7.69%
G=45.79%
B=46.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal211251270.830.0200.50181.1371.6229.02
Hex157D7F532032b5481d
Octal25175177123206226511035
Binary1010111111011111111101001110011001010110101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,125,127); }

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

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

 a { background-color: rgb(21,125,127); }

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

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

 span { border-color: rgb(21,125,127); }

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