#107B8E

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

Shades of Teal #107B8E

Tints of Teal #107B8E

Color information

#107B8E (or 0x107B8E) is unknown color: approx Teal. HEX triplet: 10, 7B and 8E. RGB value is (16,123,142). Sum of RGB (Red+Green+Blue) = 16+123+142=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #107B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107B8E is #EF8471. Grayscale: #5C5C5C. Windows color (decimal): -15697010 or 9337616. OLE color: 9337616.

HSL color Cylindrical-coordinate representation of color #107B8E: hue angle of 189.05º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #107B8E is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB16123142-
CMYK0.890.1300.44
HSL189.05º79.75%30.98%-
HSV(B)189.05º88.73%55.69%-
XYZ12.1816.2328.08-
YUV93.17155.5572.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.69%
GREEN value IS 123 (48.44% from 255) = 43.77%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=5.69%
G=43.77%
B=50.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal161231420.890.1300.44189.0579.7530.98
Hex107B8E59D02Cbd501f
Octal201732161311505427512037
Binary1000011110111000111010110011101010110010111101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,123,142); }

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

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

 a { background-color: rgb(16,123,142); }

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

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

 span { border-color: rgb(16,123,142); }

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