#107E89

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

Shades of Teal #107E89

Tints of Teal #107E89

Color information

#107E89 (or 0x107E89) is unknown color: approx Teal. HEX triplet: 10, 7E and 89. RGB value is (16,126,137). Sum of RGB (Red+Green+Blue) = 16+126+137=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #107E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107E89 is #EF8176. Grayscale: #5E5E5E. Windows color (decimal): -15696247 or 9010704. OLE color: 9010704.

HSL color Cylindrical-coordinate representation of color #107E89: hue angle of 185.45º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107E89 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB16126137-
CMYK0.880.0800.46
HSL185.45º79.08%30%-
HSV(B)185.45º88.32%53.73%-
XYZ12.1916.8426.27-
YUV94.36152.0672.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.73%
GREEN value IS 126 (49.61% from 255) = 45.16%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=5.73%
G=45.16%
B=49.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161261370.880.0800.46185.4579.0830
Hex107E8958802Eb94f1e
Octal201762111301005627111736
Binary1000011111101000100110110001000010111010111001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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