Html Css Color HEX #0E493F Deep Teal

📋 copy color: '#0E493F'

red 14 ◦ green 73 ◦ blue 63

#0E493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #0E493F

Tints of Deep Teal #0E493F

RGB

 RED value IS 14 (5.86% from 255) = 9.33%

 GREEN value IS 73 (28.91% from 255) = 48.67%

 BLUE value IS 63 (25% from 255) = 42%

R = 9.33%
G = 48.67%
B = 42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#0E493F (or 0x0E493F) is known color: Deep Teal. HEX triplet: 0E, 49 and 3F. RGB value is (14,73,63). Sum of RGB (Red+Green+Blue) = 14+73+63=150 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.33% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #0E493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E493F is #F1B6C0. Grayscale: #363636. Windows color (decimal): -15840961 or 4147470. OLE color: 4147470.

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

Color convert

RGB 14 73 63 -
CMYK 0.81 0 0.14 0.71
HSL 169.83º 0.68% 0.17% -
HSV(B) 169.83º 0.81% 0.29% -
XYZ 3.46 5.22 5.53 -
YUV 54.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 14 73 63 0.81 0 0.14 0.71 169.83 0.68 0.17
Hex E 49 3F 51 0 E 47 AA 44 11
Octal 16 111 77 121 0 16 107 252 104 21
Binary 1110 1001001 111111 1010001 0 1110 1000111 10101010 1000100 10001

Color Harmonies of #0E493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E493F

Black with #0E493F

Text Example


Text Example

White with #0E493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E493F;
 }
 .AnyTagClassName
 {
   color: #0E493F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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