#065440

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

Shades of Deep Teal #065440

Tints of Deep Teal #065440

Color information

#065440 (or 0x065440) is unknown color: approx Deep Teal. HEX triplet: 06, 54 and 40. RGB value is (6,84,64). Sum of RGB (Red+Green+Blue) = 6+84+64=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #065440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065440 is #F9ABBF. Grayscale: #3A3A3A. Windows color (decimal): -16362432 or 4215814. OLE color: 4215814.

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

Color convert

RGB68464-
CMYK0.9300.240.67
HSL164.62º86.67%17.65%-
HSV(B)164.62º92.86%32.94%-
XYZ4.176.755.93-
YUV58.4131.1690.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=3.90%
G=54.55%
B=41.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684640.9300.240.67164.6286.6717.65
Hex654405D01843a55712
Octal612410013503010324512722
Binary110101010010000001011101011000100001110100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065440; }

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

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

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

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

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

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

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

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