#084139

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

Shades of Deep Teal #084139

Tints of Deep Teal #084139

Color information

#084139 (or 0x084139) is unknown color: approx Deep Teal. HEX triplet: 08, 41 and 39. RGB value is (8,65,57). Sum of RGB (Red+Green+Blue) = 8+65+57=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #084139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084139 is #F7BEC6. Grayscale: #2F2F2F. Windows color (decimal): -16236231 or 3752200. OLE color: 3752200.

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

Color convert

RGB86557-
CMYK0.8800.120.75
HSL171.58º78.08%14.31%-
HSV(B)171.58º87.69%25.49%-
XYZ2.734.134.52-
YUV47.04133.62100.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=6.15%
G=50%
B=43.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal865570.8800.120.75171.5878.0814.31
Hex84139580C4Bac4ee
Octal101017113001411325411616
Binary1000100000111100110110000110010010111010110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084139; }

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

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

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

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

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

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

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

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