#107F84

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

Shades of Teal #107F84

Tints of Teal #107F84

Color information

#107F84 (or 0x107F84) is unknown color: approx Teal. HEX triplet: 10, 7F and 84. RGB value is (16,127,132). Sum of RGB (Red+Green+Blue) = 16+127+132=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #107F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107F84 is #EF807B. Grayscale: #5E5E5E. Windows color (decimal): -15695996 or 8683280. OLE color: 8683280.

HSL color Cylindrical-coordinate representation of color #107F84: hue angle of 182.59º degrees, saturation: 0.78, 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 #107F84 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB16127132-
CMYK0.880.0400.48
HSL182.59º78.38%29.02%-
HSV(B)182.59º87.88%51.76%-
XYZ11.9716.9524.47-
YUV94.38149.2372.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.82%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 132 (51.95% from 255) = 48%
R=5.82%
G=46.18%
B=48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161271320.880.0400.48182.5978.3829.02
Hex107F84584030b74e1d
Octal20177204130406026711635
Binary100001111111100001001011000100011000010110111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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