#157B82

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

Shades of Teal #157B82

Tints of Teal #157B82

Color information

#157B82 (or 0x157B82) is unknown color: approx Teal. HEX triplet: 15, 7B and 82. RGB value is (21,123,130). Sum of RGB (Red+Green+Blue) = 21+123+130=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #157B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157B82 is #EA847D. Grayscale: #5D5D5D. Windows color (decimal): -15369342 or 8551189. OLE color: 8551189.

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

Color convert

RGB21123130-
CMYK0.840.0500.49
HSL183.85º72.19%29.61%-
HSV(B)183.85º83.85%50.98%-
XYZ11.4215.9423.59-
YUV93.3148.7176.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.66%
GREEN value IS 123 (48.44% from 255) = 44.89%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=7.66%
G=44.89%
B=47.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211231300.840.0500.49183.8572.1929.61
Hex157B82545031b8481e
Octal25173202124506127011036
Binary101011111011100000101010100101011000110111000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,123,130); }

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

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

 a { background-color: rgb(21,123,130); }

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

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

 span { border-color: rgb(21,123,130); }

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