#0E392F

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

Shades of Deep Teal #0E392F

Tints of Deep Teal #0E392F

Color information

#0E392F (or 0x0E392F) is unknown color: approx 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

RGB145747-
CMYK0.7500.180.78
HSL166.05º60.56%13.92%-
HSV(B)166.05º75.44%22.35%-
XYZ2.163.223.2-
YUV43130.25107.31-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1457470.7500.180.78166.0560.5613.92
HexE392F4B0124Ea63de
Octal1671571130221162467516
Binary111011100110111110010110100101001110101001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>