#064E3C

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

Shades of Deep Teal #064E3C

Tints of Deep Teal #064E3C

Color information

#064E3C (or 0x064E3C) is unknown color: approx Deep Teal. HEX triplet: 06, 4E and 3C. RGB value is (6,78,60). Sum of RGB (Red+Green+Blue) = 6+78+60=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #064E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E3C is #F9B1C3. Grayscale: #363636. Windows color (decimal): -16363972 or 3952134. OLE color: 3952134.

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

Color convert

RGB67860-
CMYK0.9200.230.69
HSL165º85.71%16.47%-
HSV(B)165º92.31%30.59%-
XYZ3.625.815.21-
YUV54.42131.1593.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 78 (30.86% from 255) = 54.17%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=4.17%
G=54.17%
B=41.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal678600.9200.230.6916585.7116.47
Hex64E3C5C01745a55610
Octal61167413402710524512620
Binary11010011101111001011100010111100010110100101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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