#0E897C

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

Shades of Teal #0E897C

Tints of Teal #0E897C

Color information

#0E897C (or 0x0E897C) is unknown color: approx Teal. HEX triplet: 0E, 89 and 7C. RGB value is (14,137,124). Sum of RGB (Red+Green+Blue) = 14+137+124=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #0E897C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E897C is #F17683. Grayscale: #626262. Windows color (decimal): -15824516 or 8161550. OLE color: 8161550.

HSL color Cylindrical-coordinate representation of color #0E897C: hue angle of 173.66º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E897C is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB14137124-
CMYK0.9000.090.46
HSL173.66º81.46%29.61%-
HSV(B)173.66º89.78%53.73%-
XYZ12.7619.4422.15-
YUV98.74142.2567.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 124 (48.83% from 255) = 45.09%
R=5.09%
G=49.82%
B=45.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal141371240.9000.090.46173.6681.4629.61
HexE897C5A092Eae511e
Octal162111741320115625612136
Binary111010001001111110010110100100110111010101110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E897C; }

 p { color: rgb(14,137,124); }

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

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

 a { background-color: rgb(14,137,124); }

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

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

 span { border-color: rgb(14,137,124); }

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