#064F3E

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

Shades of Deep Teal #064F3E

Tints of Deep Teal #064F3E

Color information

#064F3E (or 0x064F3E) is unknown color: approx Deep Teal. HEX triplet: 06, 4F and 3E. RGB value is (6,79,62). Sum of RGB (Red+Green+Blue) = 6+79+62=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #064F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F3E is #F9B0C1. Grayscale: #373737. Windows color (decimal): -16363714 or 4083462. OLE color: 4083462.

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

Color convert

RGB67962-
CMYK0.9200.220.69
HSL166.03º85.88%16.67%-
HSV(B)166.03º92.41%30.98%-
XYZ3.745.985.51-
YUV55.23131.8292.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 79 (31.25% from 255) = 53.74%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=4.08%
G=53.74%
B=42.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679620.9200.220.69166.0385.8816.67
Hex64F3E5C01645a65611
Octal61177613402610524612621
Binary11010011111111101011100010110100010110100110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,79,62); }

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

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

 a { background-color: rgb(6,79,62); }

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

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

 span { border-color: rgb(6,79,62); }

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