#158484

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

Shades of Teal #158484

Tints of Teal #158484

Color information

#158484 (or 0x158484) is unknown color: approx Teal. HEX triplet: 15, 84 and 84. RGB value is (21,132,132). Sum of RGB (Red+Green+Blue) = 21+132+132=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #158484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158484 is #EA7B7B. Grayscale: #626262. Windows color (decimal): -15367036 or 8684565. OLE color: 8684565.

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

Color convert

RGB21132132-
CMYK0.84000.48
HSL180º72.55%30%-
HSV(B)180º84.09%51.76%-
XYZ12.7318.3324.7-
YUV98.81146.7372.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=7.37%
G=46.32%
B=46.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211321320.84000.4818072.5530
Hex158484540030b4491e
Octal25204204124006026411136
Binary10101100001001000010010101000011000010110100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158484; }

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

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

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

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

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

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

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

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