#084637

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

Shades of Deep Teal #084637

Tints of Deep Teal #084637

Color information

#084637 (or 0x084637) is unknown color: approx Deep Teal. HEX triplet: 08, 46 and 37. RGB value is (8,70,55). Sum of RGB (Red+Green+Blue) = 8+70+55=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #084637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084637 is #F7B9C8. Grayscale: #313131. Windows color (decimal): -16234953 or 3622408. OLE color: 3622408.

HSL color Cylindrical-coordinate representation of color #084637: hue angle of 165.48º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084637 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB87055-
CMYK0.8900.210.73
HSL165.48º79.49%15.29%-
HSV(B)165.48º88.57%27.45%-
XYZ2.984.714.37-
YUV49.75130.9698.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 70 (27.73% from 255) = 52.63%
BLUE value IS 55 (21.88% from 255) = 41.35%
R=6.02%
G=52.63%
B=41.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal870550.8900.210.73165.4879.4915.29
Hex846375901549a54ff
Octal101066713102511124511717
Binary10001000110110111101100101010110010011010010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084637; }

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

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

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

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

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

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

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

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