#158582

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

Shades of Teal #158582

Tints of Teal #158582

Color information

#158582 (or 0x158582) is unknown color: approx Teal. HEX triplet: 15, 85 and 82. RGB value is (21,133,130). Sum of RGB (Red+Green+Blue) = 21+133+130=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #158582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158582 is #EA7A7D. Grayscale: #636363. Windows color (decimal): -15366782 or 8553749. OLE color: 8553749.

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

Color convert

RGB21133130-
CMYK0.8400.020.48
HSL178.39º72.73%30.2%-
HSV(B)178.39º84.21%52.16%-
XYZ12.7318.5524.03-
YUV99.17145.3972.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=7.39%
G=46.83%
B=45.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211331300.8400.020.48178.3972.7330.2
Hex158582540230b2491e
Octal25205202124026026211136
Binary101011000010110000010101010001011000010110010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158582; }

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

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

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

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

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

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

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

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