#168480

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

Shades of Teal #168480

Tints of Teal #168480

Color information

#168480 (or 0x168480) is unknown color: approx Teal. HEX triplet: 16, 84 and 80. RGB value is (22,132,128). Sum of RGB (Red+Green+Blue) = 22+132+128=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #168480 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168480 is #E97B7F. Grayscale: #626262. Windows color (decimal): -15301504 or 8422422. OLE color: 8422422.

HSL color Cylindrical-coordinate representation of color #168480: hue angle of 177.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168480 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB22132128-
CMYK0.8300.030.48
HSL177.82º71.43%30.2%-
HSV(B)177.82º83.33%51.76%-
XYZ12.4818.2323.28-
YUV98.65144.5673.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.80%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=7.80%
G=46.81%
B=45.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221321280.8300.030.48177.8271.4330.2
Hex168480530330b2471e
Octal26204200123036026210736
Binary101101000010010000000101001101111000010110010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168480; }

 p { color: rgb(22,132,128); }

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

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

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

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

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

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

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