#084239

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

Shades of Deep Teal #084239

Tints of Deep Teal #084239

Color information

#084239 (or 0x084239) is unknown color: approx Deep Teal. HEX triplet: 08, 42 and 39. RGB value is (8,66,57). Sum of RGB (Red+Green+Blue) = 8+66+57=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #084239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084239 is #F7BDC6. Grayscale: #2F2F2F. Windows color (decimal): -16235975 or 3752456. OLE color: 3752456.

HSL color Cylindrical-coordinate representation of color #084239: hue angle of 170.69º degrees, saturation: 0.78, 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 #084239 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB86657-
CMYK0.8800.140.74
HSL170.69º78.38%14.51%-
HSV(B)170.69º87.88%25.88%-
XYZ2.794.244.54-
YUV47.63133.2899.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 57 (22.66% from 255) = 43.51%
R=6.11%
G=50.38%
B=43.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866570.8800.140.74170.6978.3814.51
Hex84239580E4Aab4ef
Octal101027113001611225311617
Binary1000100001011100110110000111010010101010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084239; }

 p { color: rgb(8,66,57); }

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

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

 a { background-color: rgb(8,66,57); }

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

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

 span { border-color: rgb(8,66,57); }

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