#0E4A40

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

Shades of Deep Teal #0E4A40

Tints of Deep Teal #0E4A40

Color information

#0E4A40 (or 0x0E4A40) is unknown color: approx Deep Teal. HEX triplet: 0E, 4A and 40. RGB value is (14,74,64). Sum of RGB (Red+Green+Blue) = 14+74+64=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #0E4A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4A40 is #F1B5BF. Grayscale: #363636. Windows color (decimal): -15840704 or 4213262. OLE color: 4213262.

HSL color Cylindrical-coordinate representation of color #0E4A40: hue angle of 170º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4A40 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB147464-
CMYK0.8100.140.71
HSL170º68.18%17.25%-
HSV(B)170º81.08%29.02%-
XYZ3.565.365.7-
YUV54.92133.1298.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 74 (29.30% from 255) = 48.68%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=9.21%
G=48.68%
B=42.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1474640.8100.140.7117068.1817.25
HexE4A40510E47aa4411
Octal1611210012101610725210421
Binary111010010101000000101000101110100011110101010100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,74,64); }

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

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

 a { background-color: rgb(14,74,64); }

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

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

 span { border-color: rgb(14,74,64); }

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