#0E897E

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

Shades of Teal #0E897E

Tints of Teal #0E897E

Color information

#0E897E (or 0x0E897E) is unknown color: approx Teal. HEX triplet: 0E, 89 and 7E. RGB value is (14,137,126). Sum of RGB (Red+Green+Blue) = 14+137+126=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #0E897E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E897E is #F17681. Grayscale: #626262. Windows color (decimal): -15824514 or 8292622. OLE color: 8292622.

HSL color Cylindrical-coordinate representation of color #0E897E: hue angle of 174.63º 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 #0E897E is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB14137126-
CMYK0.9000.080.46
HSL174.63º81.46%29.61%-
HSV(B)174.63º89.78%53.73%-
XYZ12.8919.4922.82-
YUV98.97143.2567.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 137 (53.91% from 255) = 49.46%
BLUE value IS 126 (49.61% from 255) = 45.49%
R=5.05%
G=49.46%
B=45.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal141371260.9000.080.46174.6381.4629.61
HexE897E5A082Eaf511e
Octal162111761320105625712136
Binary111010001001111111010110100100010111010101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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