#157C7D

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

Shades of Teal #157C7D

Tints of Teal #157C7D

Color information

#157C7D (or 0x157C7D) is unknown color: approx Teal. HEX triplet: 15, 7C and 7D. RGB value is (21,124,125). Sum of RGB (Red+Green+Blue) = 21+124+125=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #157C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C7D is #EA8382. Grayscale: #5D5D5D. Windows color (decimal): -15369091 or 8223765. OLE color: 8223765.

HSL color Cylindrical-coordinate representation of color #157C7D: hue angle of 180.58º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157C7D is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB21124125-
CMYK0.830.0100.51
HSL180.58º71.23%28.63%-
HSV(B)180.58º83.2%49.02%-
XYZ11.2216.0621.91-
YUV93.32145.8876.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.78%
GREEN value IS 124 (48.83% from 255) = 45.93%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=7.78%
G=45.93%
B=46.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal211241250.830.0100.51180.5871.2328.63
Hex157C7D531033b5471d
Octal25174175123106326510735
Binary101011111100111110110100111011001110110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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