#094E3C

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

Shades of Deep Teal #094E3C

Tints of Deep Teal #094E3C

Color information

#094E3C (or 0x094E3C) is unknown color: approx Deep Teal. HEX triplet: 09, 4E and 3C. RGB value is (9,78,60). Sum of RGB (Red+Green+Blue) = 9+78+60=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #094E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E3C is #F6B1C3. Grayscale: #373737. Windows color (decimal): -16167364 or 3952137. OLE color: 3952137.

HSL color Cylindrical-coordinate representation of color #094E3C: hue angle of 164.35º 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 #094E3C is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB97860-
CMYK0.8800.230.69
HSL164.35º79.31%17.06%-
HSV(B)164.35º88.46%30.59%-
XYZ3.655.835.21-
YUV55.32130.6494.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 78 (30.86% from 255) = 53.06%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=6.12%
G=53.06%
B=40.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal978600.8800.230.69164.3579.3117.06
Hex94E3C5801745a44f11
Octal111167413002710524411721
Binary100110011101111001011000010111100010110100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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