#107784

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

Shades of Teal #107784

Tints of Teal #107784

Color information

#107784 (or 0x107784) is unknown color: approx Teal. HEX triplet: 10, 77 and 84. RGB value is (16,119,132). Sum of RGB (Red+Green+Blue) = 16+119+132=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #107784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107784 is #EF887B. Grayscale: #595959. Windows color (decimal): -15698044 or 8681232. OLE color: 8681232.

HSL color Cylindrical-coordinate representation of color #107784: hue angle of 186.72º 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 #107784 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB16119132-
CMYK0.880.1000.48
HSL186.72º78.38%29.02%-
HSV(B)186.72º87.88%51.76%-
XYZ10.9814.9724.14-
YUV89.68151.8875.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=5.99%
G=44.57%
B=49.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal161191320.880.1000.48186.7278.3829.02
Hex10778458A030bb4e1d
Octal201672041301206027311635
Binary1000011101111000010010110001010011000010111011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107784; }

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

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

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

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

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

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

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

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