#0E887D

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

Shades of Teal #0E887D

Tints of Teal #0E887D

Color information

#0E887D (or 0x0E887D) is unknown color: approx Teal. HEX triplet: 0E, 88 and 7D. RGB value is (14,136,125). Sum of RGB (Red+Green+Blue) = 14+136+125=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #0E887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E887D is #F17782. Grayscale: #626262. Windows color (decimal): -15824771 or 8226830. OLE color: 8226830.

HSL color Cylindrical-coordinate representation of color #0E887D: hue angle of 174.59º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E887D is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB14136125-
CMYK0.9000.080.47
HSL174.59º81.33%29.41%-
HSV(B)174.59º89.71%53.33%-
XYZ12.6919.1822.44-
YUV98.27143.0867.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 136 (53.52% from 255) = 49.45%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=5.09%
G=49.45%
B=45.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal141361250.9000.080.47174.5981.3329.41
HexE887D5A082Faf511d
Octal162101751320105725712135
Binary111010001000111110110110100100010111110101111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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