#16847F

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

Shades of Teal #16847F

Tints of Teal #16847F

Color information

#16847F (or 0x16847F) is unknown color: approx Teal. HEX triplet: 16, 84 and 7F. RGB value is (22,132,127). Sum of RGB (Red+Green+Blue) = 22+132+127=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #16847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16847F is #E97B80. Grayscale: #626262. Windows color (decimal): -15301505 or 8356886. OLE color: 8356886.

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

Color convert

RGB22132127-
CMYK0.8300.040.48
HSL177.27º71.43%30.2%-
HSV(B)177.27º83.33%51.76%-
XYZ12.4118.2122.94-
YUV98.54144.0673.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.83%
GREEN value IS 132 (51.95% from 255) = 46.98%
BLUE value IS 127 (50% from 255) = 45.20%
R=7.83%
G=46.98%
B=45.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221321270.8300.040.48177.2771.4330.2
Hex16847F530430b1471e
Octal26204177123046026110736
Binary101101000010011111111010011010011000010110001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16847F; }

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

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

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

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

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

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

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

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