#158284

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

Shades of Teal #158284

Tints of Teal #158284

Color information

#158284 (or 0x158284) is unknown color: approx Teal. HEX triplet: 15, 82 and 84. RGB value is (21,130,132). Sum of RGB (Red+Green+Blue) = 21+130+132=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #158284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158284 is #EA7D7B. Grayscale: #616161. Windows color (decimal): -15367548 or 8684053. OLE color: 8684053.

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

Color convert

RGB21130132-
CMYK0.840.0200.48
HSL181.08º72.55%30%-
HSV(B)181.08º84.09%51.76%-
XYZ12.4617.7924.61-
YUV97.64147.3973.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.42%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=7.42%
G=45.94%
B=46.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211301320.840.0200.48181.0872.5530
Hex158284542030b5491e
Octal25202204124206026511136
Binary101011000001010000100101010010011000010110101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158284; }

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

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

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

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

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

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

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

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