#084437

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

Shades of Deep Teal #084437

Tints of Deep Teal #084437

Color information

#084437 (or 0x084437) is unknown color: approx Deep Teal. HEX triplet: 08, 44 and 37. RGB value is (8,68,55). Sum of RGB (Red+Green+Blue) = 8+68+55=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #084437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084437 is #F7BBC8. Grayscale: #303030. Windows color (decimal): -16235465 or 3621896. OLE color: 3621896.

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

Color convert

RGB86855-
CMYK0.8800.190.73
HSL167º78.95%14.9%-
HSV(B)167º88.24%26.67%-
XYZ2.864.464.33-
YUV48.58131.6299.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 68 (26.95% from 255) = 51.91%
BLUE value IS 55 (21.88% from 255) = 41.98%
R=6.11%
G=51.91%
B=41.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal868550.8800.190.7316778.9514.9
Hex844375801349a74ff
Octal101046713002311124711717
Binary10001000100110111101100001001110010011010011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084437; }

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

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

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

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

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

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

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

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