#084136

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

Shades of Deep Teal #084136

Tints of Deep Teal #084136

Color information

#084136 (or 0x084136) is unknown color: approx Deep Teal. HEX triplet: 08, 41 and 36. RGB value is (8,65,54). Sum of RGB (Red+Green+Blue) = 8+65+54=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #084136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084136 is #F7BEC9. Grayscale: #2E2E2E. Windows color (decimal): -16236234 or 3555592. OLE color: 3555592.

HSL color Cylindrical-coordinate representation of color #084136: hue angle of 168.42º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084136 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB86554-
CMYK0.8800.170.75
HSL168.42º78.08%14.31%-
HSV(B)168.42º87.69%25.49%-
XYZ2.664.14.14-
YUV46.7132.12100.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=6.30%
G=51.18%
B=42.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865540.8800.170.75168.4278.0814.31
Hex84136580114Ba84ee
Octal101016613002111325011616
Binary10001000001110110101100001000110010111010100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084136; }

 p { color: rgb(8,65,54); }

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

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

 a { background-color: rgb(8,65,54); }

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

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

 span { border-color: rgb(8,65,54); }

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