#10797f

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

Shades of Teal #10797F

Tints of Teal #10797F

Color information

#10797F (or 0x10797F) is unknown color: approx Teal. HEX triplet: 10, 79 and 7F. RGB value is (16,121,127). Sum of RGB (Red+Green+Blue) = 16+121+127=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #10797F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10797F is #EF8680. Grayscale: #5A5A5A. Windows color (decimal): -15697537 or 8354064. OLE color: 8354064.

HSL color Cylindrical-coordinate representation of color #10797F: hue angle of 183.24º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10797F is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB16121127-
CMYK0.870.0500.50
HSL183.24º77.62%28.04%-
HSV(B)183.24º87.4%49.8%-
XYZ10.8815.3222.46-
YUV90.29148.7175.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.06%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 127 (50% from 255) = 48.11%
R=6.06%
G=45.83%
B=48.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal161211270.870.0500.50183.2477.6228.04
Hex10797F575032b74e1c
Octal20171177127506226711634
Binary10000111100111111111010111101011001010110111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10797f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10797f; }

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

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

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

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

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

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

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

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