#094938

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

Shades of Deep Teal #094938

Tints of Deep Teal #094938

Color information

#094938 (or 0x094938) is unknown color: approx Deep Teal. HEX triplet: 09, 49 and 38. RGB value is (9,73,56). Sum of RGB (Red+Green+Blue) = 9+73+56=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #094938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094938 is #F6B6C7. Grayscale: #333333. Windows color (decimal): -16168648 or 3688713. OLE color: 3688713.

HSL color Cylindrical-coordinate representation of color #094938: hue angle of 164.06º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094938 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB97356-
CMYK0.8800.230.71
HSL164.06º78.05%16.08%-
HSV(B)164.06º87.67%28.63%-
XYZ3.215.114.56-
YUV51.93130.397.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 73 (28.91% from 255) = 52.90%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=6.52%
G=52.90%
B=40.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973560.8800.230.71164.0678.0516.08
Hex949385801747a44e10
Octal111117013002710724411620
Binary100110010011110001011000010111100011110100100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094938; }

 p { color: rgb(9,73,56); }

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

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

 a { background-color: rgb(9,73,56); }

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

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

 span { border-color: rgb(9,73,56); }

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