#16887F

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

Shades of Teal #16887F

Tints of Teal #16887F

Color information

#16887F (or 0x16887F) is unknown color: approx Teal. HEX triplet: 16, 88 and 7F. RGB value is (22,136,127). Sum of RGB (Red+Green+Blue) = 22+136+127=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #16887F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16887F is #E97780. Grayscale: #646464. Windows color (decimal): -15300481 or 8357910. OLE color: 8357910.

HSL color Cylindrical-coordinate representation of color #16887F: hue angle of 175.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16887F is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB22136127-
CMYK0.8400.070.47
HSL175.26º72.15%30.98%-
HSV(B)175.26º83.82%53.33%-
XYZ12.9719.3123.12-
YUV100.89142.7371.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.72%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 127 (50% from 255) = 44.56%
R=7.72%
G=47.72%
B=44.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal221361270.8400.070.47175.2672.1530.98
Hex16887F54072Faf481f
Octal26210177124075725711037
Binary101101000100011111111010100011110111110101111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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