#084737

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

Shades of Deep Teal #084737

Tints of Deep Teal #084737

Color information

#084737 (or 0x084737) is unknown color: approx Deep Teal. HEX triplet: 08, 47 and 37. RGB value is (8,71,55). Sum of RGB (Red+Green+Blue) = 8+71+55=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #084737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084737 is #F7B8C8. Grayscale: #323232. Windows color (decimal): -16234697 or 3622664. OLE color: 3622664.

HSL color Cylindrical-coordinate representation of color #084737: hue angle of 164.76º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084737 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB87155-
CMYK0.8900.230.72
HSL164.76º79.75%15.49%-
HSV(B)164.76º88.73%27.84%-
XYZ3.044.834.39-
YUV50.34130.6397.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 71 (28.12% from 255) = 52.99%
BLUE value IS 55 (21.88% from 255) = 41.04%
R=5.97%
G=52.99%
B=41.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal871550.8900.230.72164.7679.7515.49
Hex847375901748a550f
Octal101076713102711024512017
Binary10001000111110111101100101011110010001010010110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084737; }

 p { color: rgb(8,71,55); }

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

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

 a { background-color: rgb(8,71,55); }

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

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

 span { border-color: rgb(8,71,55); }

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