#0E3D39

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

Shades of Deep Teal #0E3D39

Tints of Deep Teal #0E3D39

Color information

#0E3D39 (or 0x0E3D39) is unknown color: approx Deep Teal. HEX triplet: 0E, 3D and 39. RGB value is (14,61,57). Sum of RGB (Red+Green+Blue) = 14+61+57=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #0E3D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3D39 is #F1C2C6. Grayscale: #2E2E2E. Windows color (decimal): -15844039 or 3751182. OLE color: 3751182.

HSL color Cylindrical-coordinate representation of color #0E3D39: hue angle of 174.89º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E3D39 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB146157-
CMYK0.7700.070.76
HSL174.89º62.67%14.71%-
HSV(B)174.89º77.05%23.92%-
XYZ2.593.734.45-
YUV46.49133.93104.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.61%
GREEN value IS 61 (24.22% from 255) = 46.21%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=10.61%
G=46.21%
B=43.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1461570.7700.070.76174.8962.6714.71
HexE3D394D074Caf3ff
Octal167571115071142577717
Binary1110111101111001100110101111001100101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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