#107A85

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

Shades of Teal #107A85

Tints of Teal #107A85

Color information

#107A85 (or 0x107A85) is unknown color: approx Teal. HEX triplet: 10, 7A and 85. RGB value is (16,122,133). Sum of RGB (Red+Green+Blue) = 16+122+133=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #107A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107A85 is #EF857A. Grayscale: #5B5B5B. Windows color (decimal): -15697275 or 8747536. OLE color: 8747536.

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

Color convert

RGB16122133-
CMYK0.880.0800.48
HSL185.64º78.52%29.22%-
HSV(B)185.64º87.97%52.16%-
XYZ11.4115.7224.62-
YUV91.56151.3874.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.90%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=5.90%
G=45.02%
B=49.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161221330.880.0800.48185.6478.5229.22
Hex107A85588030ba4f1d
Octal201722051301006027211735
Binary1000011110101000010110110001000011000010111010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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