#065340

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

Shades of Deep Teal #065340

Tints of Deep Teal #065340

Color information

#065340 (or 0x065340) is unknown color: approx Deep Teal. HEX triplet: 06, 53 and 40. RGB value is (6,83,64). Sum of RGB (Red+Green+Blue) = 6+83+64=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #065340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065340 is #F9ACBF. Grayscale: #393939. Windows color (decimal): -16362688 or 4215558. OLE color: 4215558.

HSL color Cylindrical-coordinate representation of color #065340: hue angle of 165.19º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065340 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB68364-
CMYK0.9300.230.67
HSL165.19º86.52%17.45%-
HSV(B)165.19º92.77%32.55%-
XYZ4.096.65.91-
YUV57.81131.4991.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 83 (32.81% from 255) = 54.25%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=3.92%
G=54.25%
B=41.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683640.9300.230.67165.1986.5217.45
Hex653405D01743a55711
Octal612310013502710324512721
Binary110101001110000001011101010111100001110100101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065340; }

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

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

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

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

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

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

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

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