#158285

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

Shades of Teal #158285

Tints of Teal #158285

Color information

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

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

Color convert

RGB21130133-
CMYK0.840.0200.48
HSL181.61º72.73%30.2%-
HSV(B)181.61º84.21%52.16%-
XYZ12.5317.8224.97-
YUV97.75147.8973.26-

RGB Variations

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

RGB

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

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
Decimal211301330.840.0200.48181.6172.7330.2
Hex158285542030b6491e
Octal25202205124206026611136
Binary101011000001010000101101010010011000010110110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158285; }

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

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

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

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

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

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

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

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