#084537

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

Shades of Deep Teal #084537

Tints of Deep Teal #084537

Color information

#084537 (or 0x084537) is unknown color: approx Deep Teal. HEX triplet: 08, 45 and 37. RGB value is (8,69,55). Sum of RGB (Red+Green+Blue) = 8+69+55=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #084537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084537 is #F7BAC8. Grayscale: #313131. Windows color (decimal): -16235209 or 3622152. OLE color: 3622152.

HSL color Cylindrical-coordinate representation of color #084537: hue angle of 166.23º 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 #084537 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB86955-
CMYK0.8800.200.73
HSL166.23º79.22%15.1%-
HSV(B)166.23º88.41%27.06%-
XYZ2.924.584.35-
YUV49.17131.2998.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 69 (27.34% from 255) = 52.27%
BLUE value IS 55 (21.88% from 255) = 41.67%
R=6.06%
G=52.27%
B=41.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869550.8800.200.73166.2379.2215.1
Hex845375801449a64ff
Octal101056713002411124611717
Binary10001000101110111101100001010010010011010011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084537; }

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

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

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

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

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

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

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

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