#157E84

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

Shades of Teal #157E84

Tints of Teal #157E84

Color information

#157E84 (or 0x157E84) is unknown color: approx Teal. HEX triplet: 15, 7E and 84. RGB value is (21,126,132). Sum of RGB (Red+Green+Blue) = 21+126+132=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #157E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157E84 is #EA817B. Grayscale: #5F5F5F. Windows color (decimal): -15368572 or 8683029. OLE color: 8683029.

HSL color Cylindrical-coordinate representation of color #157E84: hue angle of 183.24º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157E84 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB21126132-
CMYK0.840.0500.48
HSL183.24º72.55%30%-
HSV(B)183.24º84.09%51.76%-
XYZ11.9316.7524.43-
YUV95.29148.7175.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 126 (49.61% from 255) = 45.16%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=7.53%
G=45.16%
B=47.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211261320.840.0500.48183.2472.5530
Hex157E84545030b7491e
Octal25176204124506026711136
Binary101011111110100001001010100101011000010110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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