#0E857F

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

Shades of Teal #0E857F

Tints of Teal #0E857F

Color information

#0E857F (or 0x0E857F) is unknown color: approx Teal. HEX triplet: 0E, 85 and 7F. RGB value is (14,133,127). Sum of RGB (Red+Green+Blue) = 14+133+127=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #0E857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E857F is #F17A80. Grayscale: #606060. Windows color (decimal): -15825537 or 8357134. OLE color: 8357134.

HSL color Cylindrical-coordinate representation of color #0E857F: hue angle of 176.97º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E857F is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB14133127-
CMYK0.8900.050.48
HSL176.97º80.95%28.82%-
HSV(B)176.97º89.47%52.16%-
XYZ12.418.422.98-
YUV96.74145.0868.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.11%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 127 (50% from 255) = 46.35%
R=5.11%
G=48.54%
B=46.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal141331270.8900.050.48176.9780.9528.82
HexE857F590530b1511d
Octal16205177131056026112135
Binary11101000010111111111011001010111000010110001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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