#107E7F

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

Shades of Teal #107E7F

Tints of Teal #107E7F

Color information

#107E7F (or 0x107E7F) is unknown color: approx Teal. HEX triplet: 10, 7E and 7F. RGB value is (16,126,127). Sum of RGB (Red+Green+Blue) = 16+126+127=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #107E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107E7F is #EF8180. Grayscale: #5D5D5D. Windows color (decimal): -15696257 or 8355344. OLE color: 8355344.

HSL color Cylindrical-coordinate representation of color #107E7F: hue angle of 180.54º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107E7F is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB16126127-
CMYK0.870.0100.50
HSL180.54º77.62%28.04%-
HSV(B)180.54º87.4%49.8%-
XYZ11.5116.5622.67-
YUV93.22147.0672.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.95%
GREEN value IS 126 (49.61% from 255) = 46.84%
BLUE value IS 127 (50% from 255) = 47.21%
R=5.95%
G=46.84%
B=47.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal161261270.870.0100.50180.5477.6228.04
Hex107E7F571032b54e1c
Octal20176177127106226511634
Binary100001111110111111110101111011001010110101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107E7F; }

 p { color: rgb(16,126,127); }

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

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

 a { background-color: rgb(16,126,127); }

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

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

 span { border-color: rgb(16,126,127); }

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