#158082

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

Shades of Teal #158082

Tints of Teal #158082

Color information

#158082 (or 0x158082) is unknown color: approx Teal. HEX triplet: 15, 80 and 82. RGB value is (21,128,130). Sum of RGB (Red+Green+Blue) = 21+128+130=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #158082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158082 is #EA7F7D. Grayscale: #606060. Windows color (decimal): -15368062 or 8552469. OLE color: 8552469.

HSL color Cylindrical-coordinate representation of color #158082: hue angle of 181.1º 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 #158082 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB21128130-
CMYK0.840.0200.49
HSL181.1º72.19%29.61%-
HSV(B)181.1º83.85%50.98%-
XYZ12.0617.2123.81-
YUV96.23147.0574.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=7.53%
G=45.88%
B=46.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211281300.840.0200.49181.172.1929.61
Hex158082542031b5481e
Octal25200202124206126511036
Binary101011000000010000010101010010011000110110101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158082; }

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

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

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

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

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

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

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

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