#158182

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

Shades of Teal #158182

Tints of Teal #158182

Color information

#158182 (or 0x158182) is unknown color: approx Teal. HEX triplet: 15, 81 and 82. RGB value is (21,129,130). Sum of RGB (Red+Green+Blue) = 21+129+130=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #158182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158182 is #EA7E7D. Grayscale: #606060. Windows color (decimal): -15367806 or 8552725. OLE color: 8552725.

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

Color convert

RGB21129130-
CMYK0.840.0100.49
HSL180.55º72.19%29.61%-
HSV(B)180.55º83.85%50.98%-
XYZ12.1917.4723.85-
YUV96.82146.7273.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.5%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=7.5%
G=46.07%
B=46.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211291300.840.0100.49180.5572.1929.61
Hex158182541031b5481e
Octal25201202124106126511036
Binary10101100000011000001010101001011000110110101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158182; }

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

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

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

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

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

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

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

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