#158384

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

Shades of Teal #158384

Tints of Teal #158384

Color information

#158384 (or 0x158384) is unknown color: approx Teal. HEX triplet: 15, 83 and 84. RGB value is (21,131,132). Sum of RGB (Red+Green+Blue) = 21+131+132=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #158384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158384 is #EA7C7B. Grayscale: #626262. Windows color (decimal): -15367292 or 8684309. OLE color: 8684309.

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

Color convert

RGB21131132-
CMYK0.840.0100.48
HSL180.54º72.55%30%-
HSV(B)180.54º84.09%51.76%-
XYZ12.5918.0624.65-
YUV98.22147.0672.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=7.39%
G=46.13%
B=46.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211311320.840.0100.48180.5472.5530
Hex158384541030b5491e
Octal25203204124106026511136
Binary10101100000111000010010101001011000010110101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158384; }

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

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

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

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

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

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

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

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