#0E5646

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

Shades of Deep Teal #0E5646

Tints of Deep Teal #0E5646

Color information

#0E5646 (or 0x0E5646) is unknown color: approx Deep Teal. HEX triplet: 0E, 56 and 46. RGB value is (14,86,70). Sum of RGB (Red+Green+Blue) = 14+86+70=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5646 is #F1A9B9. Grayscale: #3E3E3E. Windows color (decimal): -15837626 or 4609550. OLE color: 4609550.

HSL color Cylindrical-coordinate representation of color #0E5646: hue angle of 166.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5646 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB148670-
CMYK0.8400.190.66
HSL166.67º72%19.61%-
HSV(B)166.67º83.72%33.73%-
XYZ4.617.196.94-
YUV62.65132.1593.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.24%
GREEN value IS 86 (33.98% from 255) = 50.59%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=8.24%
G=50.59%
B=41.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486700.8400.190.66166.677219.61
HexE56465401342a74814
Octal1612610612402310224711024
Binary1110101011010001101010100010011100001010100111100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,86,70); }

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

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

 a { background-color: rgb(14,86,70); }

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

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

 span { border-color: rgb(14,86,70); }

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