#0E867D

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

Shades of Teal #0E867D

Tints of Teal #0E867D

Color information

#0E867D (or 0x0E867D) is unknown color: approx Teal. HEX triplet: 0E, 86 and 7D. RGB value is (14,134,125). Sum of RGB (Red+Green+Blue) = 14+134+125=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #0E867D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E867D is #F17982. Grayscale: #616161. Windows color (decimal): -15825283 or 8226318. OLE color: 8226318.

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

Color convert

RGB14134125-
CMYK0.9000.070.47
HSL175.5º81.08%29.02%-
HSV(B)175.5º89.55%52.55%-
XYZ12.4118.6222.34-
YUV97.09143.7468.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.13%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=5.13%
G=49.08%
B=45.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal141341250.9000.070.47175.581.0829.02
HexE867D5A072Fb0511d
Octal16206175132075726012135
Binary11101000011011111011011010011110111110110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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