#085340

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

Shades of Deep Teal #085340

Tints of Deep Teal #085340

Color information

#085340 (or 0x085340) is unknown color: approx Deep Teal. HEX triplet: 08, 53 and 40. RGB value is (8,83,64). Sum of RGB (Red+Green+Blue) = 8+83+64=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #085340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085340 is #F7ACBF. Grayscale: #3A3A3A. Windows color (decimal): -16231616 or 4215560. OLE color: 4215560.

HSL color Cylindrical-coordinate representation of color #085340: hue angle of 164.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085340 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB88364-
CMYK0.9000.230.67
HSL164.8º82.42%17.84%-
HSV(B)164.8º90.36%32.55%-
XYZ4.126.615.91-
YUV58.41131.1592.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 83 (32.81% from 255) = 53.55%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=5.16%
G=53.55%
B=41.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883640.9000.230.67164.882.4217.84
Hex853405A01743a55212
Octal1012310013202710324512222
Binary1000101001110000001011010010111100001110100101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085340; }

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

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

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

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

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

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

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

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