#094E3D

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

Shades of Deep Teal #094E3D

Tints of Deep Teal #094E3D

Color information

#094E3D (or 0x094E3D) is unknown color: approx Deep Teal. HEX triplet: 09, 4E and 3D. RGB value is (9,78,61). Sum of RGB (Red+Green+Blue) = 9+78+61=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #094E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E3D is #F6B1C2. Grayscale: #373737. Windows color (decimal): -16167363 or 4017673. OLE color: 4017673.

HSL color Cylindrical-coordinate representation of color #094E3D: hue angle of 165.22º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E3D is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB97861-
CMYK0.8800.220.69
HSL165.22º79.31%17.06%-
HSV(B)165.22º88.46%30.59%-
XYZ3.685.845.35-
YUV55.43131.1494.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 78 (30.86% from 255) = 52.70%
BLUE value IS 61 (24.22% from 255) = 41.22%
R=6.08%
G=52.70%
B=41.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal978610.8800.220.69165.2279.3117.06
Hex94E3D5801645a54f11
Octal111167513002610524511721
Binary100110011101111011011000010110100010110100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094E3D; }

 p { color: rgb(9,78,61); }

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

<style>
 a { background-color: #094E3D; }

 a { background-color: rgb(9,78,61); }

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

<style>
 span { border-color: #094E3D; }

 span { border-color: rgb(9,78,61); }

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