#084939

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

Shades of Deep Teal #084939

Tints of Deep Teal #084939

Color information

#084939 (or 0x084939) is unknown color: approx Deep Teal. HEX triplet: 08, 49 and 39. RGB value is (8,73,57). Sum of RGB (Red+Green+Blue) = 8+73+57=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #084939 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084939 is #F7B6C6. Grayscale: #333333. Windows color (decimal): -16234183 or 3754248. OLE color: 3754248.

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

Color convert

RGB87357-
CMYK0.8900.220.71
HSL165.23º80.25%15.88%-
HSV(B)165.23º89.04%28.63%-
XYZ3.225.114.69-
YUV51.74130.9796.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 73 (28.91% from 255) = 52.90%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=5.80%
G=52.90%
B=41.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal873570.8900.220.71165.2380.2515.88
Hex849395901647a55010
Octal101117113102610724512020
Binary100010010011110011011001010110100011110100101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084939; }

 p { color: rgb(8,73,57); }

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

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

 a { background-color: rgb(8,73,57); }

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

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

 span { border-color: rgb(8,73,57); }

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