#0E897F

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

Shades of Teal #0E897F

Tints of Teal #0E897F

Color information

#0E897F (or 0x0E897F) is unknown color: approx Teal. HEX triplet: 0E, 89 and 7F. RGB value is (14,137,127). Sum of RGB (Red+Green+Blue) = 14+137+127=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #0E897F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E897F is #F17680. Grayscale: #636363. Windows color (decimal): -15824513 or 8358158. OLE color: 8358158.

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

Color convert

RGB14137127-
CMYK0.9000.070.46
HSL175.12º81.46%29.61%-
HSV(B)175.12º89.78%53.73%-
XYZ12.9619.5223.16-
YUV99.08143.7567.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.04%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 127 (50% from 255) = 45.68%
R=5.04%
G=49.28%
B=45.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal141371270.9000.070.46175.1281.4629.61
HexE897F5A072Eaf511e
Octal16211177132075625712136
Binary11101000100111111111011010011110111010101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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