#084032

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

Shades of Deep Teal #084032

Tints of Deep Teal #084032

Color information

#084032 (or 0x084032) is unknown color: approx Deep Teal. HEX triplet: 08, 40 and 32. RGB value is (8,64,50). Sum of RGB (Red+Green+Blue) = 8+64+50=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #084032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084032 is #F7BFCD. Grayscale: #2D2D2D. Windows color (decimal): -16236494 or 3293192. OLE color: 3293192.

HSL color Cylindrical-coordinate representation of color #084032: hue angle of 165º 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 #084032 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB86450-
CMYK0.8700.220.75
HSL165º77.78%14.12%-
HSV(B)165º87.5%25.1%-
XYZ2.513.953.65-
YUV45.66130.45101.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=6.56%
G=52.46%
B=40.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864500.8700.220.7516577.7814.12
Hex84032570164Ba54ee
Octal101006212702611324511616
Binary10001000000110010101011101011010010111010010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084032; }

 p { color: rgb(8,64,50); }

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

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

 a { background-color: rgb(8,64,50); }

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

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

 span { border-color: rgb(8,64,50); }

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