#0E3934

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

Shades of Deep Teal #0E3934

Tints of Deep Teal #0E3934

Color information

#0E3934 (or 0x0E3934) is unknown color: approx Deep Teal. HEX triplet: 0E, 39 and 34. RGB value is (14,57,52). Sum of RGB (Red+Green+Blue) = 14+57+52=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #0E3934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3934 is #F1C6CB. Grayscale: #2B2B2B. Windows color (decimal): -15845068 or 3422478. OLE color: 3422478.

HSL color Cylindrical-coordinate representation of color #0E3934: hue angle of 173.02º 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 #0E3934 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB145752-
CMYK0.7500.090.78
HSL173.02º60.56%13.92%-
HSV(B)173.02º75.44%22.35%-
XYZ2.263.273.76-
YUV43.57132.75106.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.38%
GREEN value IS 57 (22.66% from 255) = 46.34%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=11.38%
G=46.34%
B=42.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1457520.7500.090.78173.0260.5613.92
HexE39344B094Ead3de
Octal1671641130111162557516
Binary11101110011101001001011010011001110101011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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