#0E493D

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

Shades of Deep Teal #0E493D

Tints of Deep Teal #0E493D

Color information

#0E493D (or 0x0E493D) is unknown color: approx Deep Teal. HEX triplet: 0E, 49 and 3D. RGB value is (14,73,61). Sum of RGB (Red+Green+Blue) = 14+73+61=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #0E493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E493D is #F1B6C2. Grayscale: #353535. Windows color (decimal): -15840963 or 4016398. OLE color: 4016398.

HSL color Cylindrical-coordinate representation of color #0E493D: hue angle of 167.8º 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 #0E493D is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB147361-
CMYK0.8100.160.71
HSL167.8º67.82%17.06%-
HSV(B)167.8º80.82%28.63%-
XYZ3.415.25.24-
YUV53.99131.9599.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.46%
GREEN value IS 73 (28.91% from 255) = 49.32%
BLUE value IS 61 (24.22% from 255) = 41.22%
R=9.46%
G=49.32%
B=41.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1473610.8100.160.71167.867.8217.06
HexE493D5101047a84411
Octal161117512102010725010421
Binary111010010011111011010001010000100011110101000100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,73,61); }

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

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

 a { background-color: rgb(14,73,61); }

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

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

 span { border-color: rgb(14,73,61); }

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