#0E5340

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

Shades of Deep Teal #0E5340

Tints of Deep Teal #0E5340

Color information

#0E5340 (or 0x0E5340) is unknown color: approx Deep Teal. HEX triplet: 0E, 53 and 40. RGB value is (14,83,64). Sum of RGB (Red+Green+Blue) = 14+83+64=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #0E5340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5340 is #F1ACBF. Grayscale: #3C3C3C. Windows color (decimal): -15838400 or 4215566. OLE color: 4215566.

HSL color Cylindrical-coordinate representation of color #0E5340: hue angle of 163.48º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5340 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB148364-
CMYK0.8300.230.67
HSL163.48º71.13%19.02%-
HSV(B)163.48º83.13%32.55%-
XYZ4.26.655.91-
YUV60.2130.1495.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.70%
GREEN value IS 83 (32.81% from 255) = 51.55%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=8.70%
G=51.55%
B=39.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1483640.8300.230.67163.4871.1319.02
HexE53405301743a34713
Octal1612310012302710324310723
Binary1110101001110000001010011010111100001110100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,83,64); }

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

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

 a { background-color: rgb(14,83,64); }

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

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

 span { border-color: rgb(14,83,64); }

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