#064C3D

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

Shades of Deep Teal #064C3D

Tints of Deep Teal #064C3D

Color information

#064C3D (or 0x064C3D) is unknown color: approx Deep Teal. HEX triplet: 06, 4C and 3D. RGB value is (6,76,61). Sum of RGB (Red+Green+Blue) = 6+76+61=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #064C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C3D is #F9B3C2. Grayscale: #353535. Windows color (decimal): -16364483 or 4017158. OLE color: 4017158.

HSL color Cylindrical-coordinate representation of color #064C3D: hue angle of 167.14º degrees, saturation: 0.85, 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 #064C3D is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB67661-
CMYK0.9200.200.70
HSL167.14º85.37%16.08%-
HSV(B)167.14º92.11%29.8%-
XYZ3.55.545.3-
YUV53.36132.3194.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 76 (30.08% from 255) = 53.15%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=4.20%
G=53.15%
B=42.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal676610.9200.200.70167.1485.3716.08
Hex64C3D5C01446a75510
Octal61147513402410624712520
Binary11010011001111011011100010100100011010100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,76,61); }

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

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

 a { background-color: rgb(6,76,61); }

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

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

 span { border-color: rgb(6,76,61); }

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