Html Css Color HEX #0E392F Deep Teal

📋 copy color: '#0E392F'

red 14 ◦ green 57 ◦ blue 47

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

Shades of Deep Teal #0E392F

Tints of Deep Teal #0E392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 48.31%

 BLUE value IS 47 (18.75% from 255) = 39.83%

R = 11.86%
G = 48.31%
B = 39.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#0E392F (or 0x0E392F) is known color: Deep Teal. HEX triplet: 0E, 39 and 2F. RGB value is (14,57,47). Sum of RGB (Red+Green+Blue) = 14+57+47=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 57 - color contains mainly: green. Hex color #0E392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E392F is #F1C6D0. Grayscale: #2B2B2B. Windows color (decimal): -15845073 or 3094798. OLE color: 3094798.

HSL color Cylindrical-coordinate representation of color #0E392F: hue angle of 166.05º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E392F is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 14 57 47 -
CMYK 0.75 0 0.18 0.78
HSL 166.05º 0.61% 0.14% -
HSV(B) 166.05º 0.75% 0.22% -
XYZ 2.16 3.22 3.2 -
YUV 43 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 14 57 47 0.75 0 0.18 0.78 166.05 0.61 0.14
Hex E 39 2F 4B 0 12 4E A6 3D E
Octal 16 71 57 113 0 22 116 246 75 16
Binary 1110 111001 101111 1001011 0 10010 1001110 10100110 111101 1110

Color Harmonies of #0E392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E392F

Black with #0E392F

Text Example


Text Example

White with #0E392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,57,47); }

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

background-color css

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

 a { background-color: rgb(14,57,47); }

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

border-color css

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

 span { border-color: rgb(14,57,47); }

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