#157B84

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

Shades of Teal #157B84

Tints of Teal #157B84

Color information

#157B84 (or 0x157B84) is unknown color: approx Teal. HEX triplet: 15, 7B and 84. RGB value is (21,123,132). Sum of RGB (Red+Green+Blue) = 21+123+132=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #157B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157B84 is #EA847B. Grayscale: #5D5D5D. Windows color (decimal): -15369340 or 8682261. OLE color: 8682261.

HSL color Cylindrical-coordinate representation of color #157B84: hue angle of 184.86º 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 #157B84 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB21123132-
CMYK0.840.0700.48
HSL184.86º72.55%30%-
HSV(B)184.86º84.09%51.76%-
XYZ11.5615.9924.31-
YUV93.53149.7176.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.61%
GREEN value IS 123 (48.44% from 255) = 44.57%
BLUE value IS 132 (51.95% from 255) = 47.83%
R=7.61%
G=44.57%
B=47.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211231320.840.0700.48184.8672.5530
Hex157B84547030b9491e
Octal25173204124706027111136
Binary101011111011100001001010100111011000010111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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