#064F3A

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

Shades of Deep Teal #064F3A

Tints of Deep Teal #064F3A

Color information

#064F3A (or 0x064F3A) is unknown color: approx Deep Teal. HEX triplet: 06, 4F and 3A. RGB value is (6,79,58). Sum of RGB (Red+Green+Blue) = 6+79+58=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 79 (31.25% from 255 or 55.24% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 79 - color contains mainly: green. Hex color #064F3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F3A is #F9B0C5. Grayscale: #363636. Windows color (decimal): -16363718 or 3821318. OLE color: 3821318.

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

Color convert

RGB67958-
CMYK0.9200.270.69
HSL162.74º85.88%16.67%-
HSV(B)162.74º92.41%30.98%-
XYZ3.635.944.96-
YUV54.78129.8293.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 79 (31.25% from 255) = 55.24%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=4.20%
G=55.24%
B=40.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679580.9200.270.69162.7485.8816.67
Hex64F3A5C01B45a35611
Octal61177213403310524312621
Binary11010011111110101011100011011100010110100011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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