#107A81

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

Shades of Teal #107A81

Tints of Teal #107A81

Color information

#107A81 (or 0x107A81) is unknown color: approx Teal. HEX triplet: 10, 7A and 81. RGB value is (16,122,129). Sum of RGB (Red+Green+Blue) = 16+122+129=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #107A81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107A81 is #EF857E. Grayscale: #5A5A5A. Windows color (decimal): -15697279 or 8485392. OLE color: 8485392.

HSL color Cylindrical-coordinate representation of color #107A81: hue angle of 183.72º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107A81 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB16122129-
CMYK0.880.0500.49
HSL183.72º77.93%28.43%-
HSV(B)183.72º87.6%50.59%-
XYZ11.1415.6123.2-
YUV91.1149.3874.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 122 (48.05% from 255) = 45.69%
BLUE value IS 129 (50.78% from 255) = 48.31%
R=5.99%
G=45.69%
B=48.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal161221290.880.0500.49183.7277.9328.43
Hex107A81585031b84e1c
Octal20172201130506127011634
Binary100001111010100000011011000101011000110111000100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,122,129); }

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

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

 a { background-color: rgb(16,122,129); }

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

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

 span { border-color: rgb(16,122,129); }

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