#064D3C

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

Shades of Deep Teal #064D3C

Tints of Deep Teal #064D3C

Color information

#064D3C (or 0x064D3C) is unknown color: approx Deep Teal. HEX triplet: 06, 4D and 3C. RGB value is (6,77,60). Sum of RGB (Red+Green+Blue) = 6+77+60=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #064D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D3C is #F9B2C3. Grayscale: #353535. Windows color (decimal): -16364228 or 3951878. OLE color: 3951878.

HSL color Cylindrical-coordinate representation of color #064D3C: hue angle of 165.63º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D3C is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB67760-
CMYK0.9200.220.70
HSL165.63º85.54%16.27%-
HSV(B)165.63º92.21%30.2%-
XYZ3.545.675.18-
YUV53.83131.4893.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 77 (30.47% from 255) = 53.85%
BLUE value IS 60 (23.83% from 255) = 41.96%
R=4.20%
G=53.85%
B=41.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677600.9200.220.70165.6385.5416.27
Hex64D3C5C01646a65610
Octal61157413402610624612620
Binary11010011011111001011100010110100011010100110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064D3C; }

 p { color: rgb(6,77,60); }

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

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

 a { background-color: rgb(6,77,60); }

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

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

 span { border-color: rgb(6,77,60); }

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