#10897E

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

Shades of Teal #10897E

Tints of Teal #10897E

Color information

#10897E (or 0x10897E) is unknown color: approx Teal. HEX triplet: 10, 89 and 7E. RGB value is (16,137,126). Sum of RGB (Red+Green+Blue) = 16+137+126=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #10897E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10897E is #EF7681. Grayscale: #636363. Windows color (decimal): -15693442 or 8292624. OLE color: 8292624.

HSL color Cylindrical-coordinate representation of color #10897E: hue angle of 174.55º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10897E is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB16137126-
CMYK0.8800.080.46
HSL174.55º79.08%30%-
HSV(B)174.55º88.32%53.73%-
XYZ12.9319.5122.82-
YUV99.57142.9168.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.73%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 126 (49.61% from 255) = 45.16%
R=5.73%
G=49.10%
B=45.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161371260.8800.080.46174.5579.0830
Hex10897E58082Eaf4f1e
Octal202111761300105625711736
Binary1000010001001111111010110000100010111010101111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10897E; }

 p { color: rgb(16,137,126); }

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

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

 a { background-color: rgb(16,137,126); }

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

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

 span { border-color: rgb(16,137,126); }

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