#084336

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

Shades of Deep Teal #084336

Tints of Deep Teal #084336

Color information

#084336 (or 0x084336) is unknown color: approx Deep Teal. HEX triplet: 08, 43 and 36. RGB value is (8,67,54). Sum of RGB (Red+Green+Blue) = 8+67+54=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #084336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084336 is #F7BCC9. Grayscale: #2F2F2F. Windows color (decimal): -16235722 or 3556104. OLE color: 3556104.

HSL color Cylindrical-coordinate representation of color #084336: hue angle of 166.78º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084336 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB86754-
CMYK0.8800.190.74
HSL166.78º78.67%14.71%-
HSV(B)166.78º88.06%26.27%-
XYZ2.774.334.18-
YUV47.88131.4599.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 67 (26.56% from 255) = 51.94%
BLUE value IS 54 (21.48% from 255) = 41.86%
R=6.20%
G=51.94%
B=41.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal867540.8800.190.74166.7878.6714.71
Hex84336580134Aa74ff
Octal101036613002311224711717
Binary10001000011110110101100001001110010101010011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084336; }

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

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

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

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

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

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

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

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