#0E847D

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

Shades of Teal #0E847D

Tints of Teal #0E847D

Color information

#0E847D (or 0x0E847D) is unknown color: approx Teal. HEX triplet: 0E, 84 and 7D. RGB value is (14,132,125). Sum of RGB (Red+Green+Blue) = 14+132+125=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #0E847D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E847D is #F17B82. Grayscale: #5F5F5F. Windows color (decimal): -15825795 or 8225806. OLE color: 8225806.

HSL color Cylindrical-coordinate representation of color #0E847D: hue angle of 176.44º 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 #0E847D is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB14132125-
CMYK0.8900.050.48
HSL176.44º80.82%28.63%-
HSV(B)176.44º89.39%51.76%-
XYZ12.1318.0822.25-
YUV95.92144.4169.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.17%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=5.17%
G=48.71%
B=46.13%

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
Decimal141321250.8900.050.48176.4480.8228.63
HexE847D590530b0511d
Octal16204175131056026012135
Binary11101000010011111011011001010111000010110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,132,125); }

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

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

 a { background-color: rgb(14,132,125); }

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

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

 span { border-color: rgb(14,132,125); }

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