#158281

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

Shades of Teal #158281

Tints of Teal #158281

Color information

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

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

Color convert

RGB21130129-
CMYK0.8400.010.49
HSL179.45º72.19%29.61%-
HSV(B)179.45º83.85%50.98%-
XYZ12.2517.7123.54-
YUV97.3145.8973.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211301290.8400.010.49179.4572.1929.61
Hex158281540131b3481e
Octal25202201124016126311036
Binary10101100000101000000110101000111000110110011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158281; }

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

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

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

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

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

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

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

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