#064F3C

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

Shades of Deep Teal #064F3C

Tints of Deep Teal #064F3C

Color information

#064F3C (or 0x064F3C) is unknown color: approx Deep Teal. HEX triplet: 06, 4F and 3C. RGB value is (6,79,60). Sum of RGB (Red+Green+Blue) = 6+79+60=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #064F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F3C is #F9B0C3. Grayscale: #373737. Windows color (decimal): -16363716 or 3952390. OLE color: 3952390.

HSL color Cylindrical-coordinate representation of color #064F3C: hue angle of 164.38º 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 #064F3C is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB67960-
CMYK0.9200.240.69
HSL164.38º85.88%16.67%-
HSV(B)164.38º92.41%30.98%-
XYZ3.695.965.23-
YUV55.01130.8293.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 79 (31.25% from 255) = 54.48%
BLUE value IS 60 (23.83% from 255) = 41.38%
R=4.14%
G=54.48%
B=41.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679600.9200.240.69164.3885.8816.67
Hex64F3C5C01845a45611
Octal61177413403010524412621
Binary11010011111111001011100011000100010110100100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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