#065540

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

Shades of Deep Teal #065540

Tints of Deep Teal #065540

Color information

#065540 (or 0x065540) is unknown color: approx Deep Teal. HEX triplet: 06, 55 and 40. RGB value is (6,85,64). Sum of RGB (Red+Green+Blue) = 6+85+64=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #065540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065540 is #F9AABF. Grayscale: #3A3A3A. Windows color (decimal): -16362176 or 4216070. OLE color: 4216070.

HSL color Cylindrical-coordinate representation of color #065540: hue angle of 164.05º 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 #065540 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB68564-
CMYK0.9300.250.67
HSL164.05º86.81%17.84%-
HSV(B)164.05º92.94%33.33%-
XYZ4.256.915.96-
YUV58.98130.8390.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=3.87%
G=54.84%
B=41.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685640.9300.250.67164.0586.8117.84
Hex655405D01943a45712
Octal612510013503110324412722
Binary110101010110000001011101011001100001110100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065540; }

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

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

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

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

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

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

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

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